I'm googling a lot and found several workarounds, but you have to deinfe every single directory.
On Apache: example.com/hi -> example.com/hi/ On nginx: example.com/hi -> Firefox can't establish a connection to the server at example.com:8888
where 8888 is what Apache is listening on (nginx's :80 -> localhost:8888)
Any ideas how to fix this and have it just forward normally like folder?