Skip to content

WIP: Update nginx.conf try_files instead of redirect

Dylan Griffith requested to merge try-files-nginx-instead-of-redirect into master

Closes #415 (closed)

In theory this should no longer redirect a request like /foobar to /foobar/ but instead it should just happily load the /foobar/index.html without the trailing slash usually expected by Nginx.

Edited by Dylan Griffith

Merge request reports