Didn't work at first (got 404'ed after the initial redirect), but once I commented out either the "try_files" in "location /" or in "location @php" it started working.
It seems that the =404 which is default in "location @php" is the issue.
Even after reading through the source code's "mergeVhostCustom" magic I couldn't find a way to override the default try_files statement without patching my Froxlor installation...
Question
OliverRahner
And the next issue on my way to nginx'iness.
I want to run Seafile on one vhost. I added all the settings Seafile told me to in their manual (https://manual.seafile.com/deploy/deploy_with_nginx.html).
Didn't work at first (got 404'ed after the initial redirect), but once I commented out either the "try_files" in "location /" or in "location @php" it started working.
It seems that the =404 which is default in "location @php" is the issue.
Even after reading through the source code's "mergeVhostCustom" magic I couldn't find a way to override the default try_files statement without patching my Froxlor installation...
Any hints?
10 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.