aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/apache-vhost.conf.example8
-rw-r--r--conf/nginx.conf.example6
2 files changed, 0 insertions, 14 deletions
diff --git a/conf/apache-vhost.conf.example b/conf/apache-vhost.conf.example
index 583eb0cde..b4a3e78f0 100644
--- a/conf/apache-vhost.conf.example
+++ b/conf/apache-vhost.conf.example
@@ -25,14 +25,6 @@
AllowOverride None
</Directory>
- <Location /admin>
- #
- # WARNING - enable auth here on production machine
- #
- </Location>
-
- Alias /admin/ /home/yourname/fixmystreet/web-admin/
-
Alias /jslib/ /home/yourname/fixmystreet/commonlib/jslib/
<Location /jslib>
AddOutputFilter DEFLATE js
diff --git a/conf/nginx.conf.example b/conf/nginx.conf.example
index 69416a1c5..e166fc532 100644
--- a/conf/nginx.conf.example
+++ b/conf/nginx.conf.example
@@ -51,12 +51,6 @@ server {
proxy_set_header X-Real-IP $remote_addr;
}
- location /admin {
- auth_basic "FixMyStreet admin interface";
- auth_basic_user_file /var/www/fixmystreet/admin-htpasswd;
- try_files $uri @catalyst;
- }
-
location / {
if (-f $document_root/down.html) {
return 503;