Delete nginx.conf

This commit is contained in:
James Brooks
2015-05-23 17:16:38 +01:00
parent c554b40c7d
commit a1470a01cf

View File

@@ -1,8 +0,0 @@
location / {
index index.php;
try_files $uri $uri/ /index.php?$query_string;
}
location ~ /\.ht {
deny all;
}