From adfe275cde3c73b61fc8c63a87ec17e5fb104cde Mon Sep 17 00:00:00 2001 From: Martin D Date: Wed, 18 Oct 2017 05:52:45 -0400 Subject: [PATCH] Small fix to nginx.conf Source: https://github.com/silverstripe/silverstripe-framework/blob/4.0/docs/en/00_Getting_Started/01_Installation/How_To/Setup_Nginx_and_HHVM.md --- .../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 35c499f21..436bf57e1 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 @@ -30,7 +30,7 @@ But enough of the disclaimer, on to the actual configuration — typically in `n } location / { - try_files $uri index.php?$query_string; + try_files $uri /index.php?$query_string; } error_page 404 /assets/error-404.html;