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;