From 2b868b09f53b8bb42a92704892498f034b5efdd7 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Fri, 12 Jan 2018 09:25:16 +1300 Subject: [PATCH] DOCS Fix try_files index.php reference Fixes https://github.com/silverstripe/silverstripe-cms/issues/2067#issuecomment-356879060 --- .../01_Installation/How_To/Configure_Nginx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/00_Getting_Started/01_Installation/How_To/Configure_Nginx.md b/docs/en/00_Getting_Started/01_Installation/How_To/Configure_Nginx.md index fdd45c4c3..8d3051d45 100644 --- a/docs/en/00_Getting_Started/01_Installation/How_To/Configure_Nginx.md +++ b/docs/en/00_Getting_Started/01_Installation/How_To/Configure_Nginx.md @@ -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$ {