Merge pull request #7747 from open-sausages/pulls/4.0/fix-nginx-try

DOCS Fix try_files index.php reference
This commit is contained in:
Daniel Hensby 2018-01-11 21:25:18 +00:00 committed by GitHub
commit 3312a68dc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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$ {