From a1470a01cfb547247d9b780f29a895ea06c4cd41 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 23 May 2015 17:16:38 +0100 Subject: [PATCH] Delete nginx.conf --- nginx.conf | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 nginx.conf diff --git a/nginx.conf b/nginx.conf deleted file mode 100644 index a944f411..00000000 --- a/nginx.conf +++ /dev/null @@ -1,8 +0,0 @@ -location / { - index index.php; - try_files $uri $uri/ /index.php?$query_string; -} - -location ~ /\.ht { - deny all; -}