We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff531b commit 834173aCopy full SHA for 834173a
1 file changed
nginx/conf/vhosts/example._conf
@@ -10,6 +10,7 @@ server {
10
location ~ \.php$ {
11
include fastcgi.conf;
12
fastcgi_pass 127.0.0.1:9000;
13
+ try_files $uri =404;
14
}
15
16
location ~ /\.(ht|svn) {
0 commit comments