bad nginx.conf

This commit is contained in:
Andy Miller 2016-07-15 08:43:00 -06:00 committed by GitHub
parent 704521960e
commit 8b6c77b8dd

View File

@ -12,7 +12,7 @@ server {
# `location /subfolder {`
# and the rewrite to use `/subfolder/index.php`
location / {
location / { try_files $uri $uri/ /index.php?_url=$uri; }
try_files $uri $uri/ /index.php?_url=$uri;
}
## End - Index