DOCS Fix try_files index.php reference

Fixes https://github.com/silverstripe/silverstripe-cms/issues/2067#issuecomment-356879060
This commit is contained in:
Damian Mooyman 2018-01-12 09:25:16 +13:00
parent 2de2a3e1a9
commit 2b868b09f5
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A

View File

@ -41,7 +41,7 @@ But enough of the disclaimer, on to the actual configuration — typically in `n
deny all;
}
sendfile on;
try_files $uri index.php?$query_string;
try_files $uri /index.php?$query_string;
}
location ~ /framework/.*(main|rpc|tiny_mce_gzip)\.php$ {