nginx trailing slash issues

Posted by ry on Stack Overflow See other posts from Stack Overflow or by ry
Published on 2010-04-23T20:01:08Z Indexed on 2010/04/23 20:03 UTC
Read the original article Hit count: 296

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about nginx

Related posts about configuration