aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/httpd.conf-example4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/httpd.conf-example b/conf/httpd.conf-example
index 8ed6a9c81..c1b6d96c2 100644
--- a/conf/httpd.conf-example
+++ b/conf/httpd.conf-example
@@ -19,13 +19,13 @@
# AllowOverride None
# </Directory>
#
-# <Directory /home/yourname/fixmystreet/web-admin>
+# <Location /admin>
# #
# # WARNING - enable auth here on production machine
# #
# Options +ExecCGI
# AddHandler cgi-script .cgi
-# </Directory>
+# </Location>
#
# Alias /admin/ /home/yourname/fixmystreet/web-admin/
#