aboutsummaryrefslogtreecommitdiffstats
path: root/web/etc/apache2/nms-public.tg15.gathering.org
diff options
context:
space:
mode:
authorKristian Lyngstol <kristian@bohemians.org>2015-04-02 19:24:45 +0200
committerKristian Lyngstol <kristian@bohemians.org>2015-04-02 19:24:45 +0200
commit0d8bba263dc195147d6fdb09662e7926f0a58b3e (patch)
tree4c570b4376c323e585120e7695b8715be7aa8881 /web/etc/apache2/nms-public.tg15.gathering.org
parente4354b47bd8891c5b1ee591fdf74b3ca67eee461 (diff)
Bump lots of changes
Diffstat (limited to 'web/etc/apache2/nms-public.tg15.gathering.org')
-rw-r--r--web/etc/apache2/nms-public.tg15.gathering.org12
1 files changed, 11 insertions, 1 deletions
diff --git a/web/etc/apache2/nms-public.tg15.gathering.org b/web/etc/apache2/nms-public.tg15.gathering.org
index 4c4798c..6ca255d 100644
--- a/web/etc/apache2/nms-public.tg15.gathering.org
+++ b/web/etc/apache2/nms-public.tg15.gathering.org
@@ -2,10 +2,20 @@
ServerAdmin drift@gathering.org
ServerName nms-public.tg15.gathering.org
- DocumentRoot /srv/www/nms-public.tg15.gathering.org
+ DocumentRoot /root/tgmanage/web/nms-public.gathering.org
AddHandler cgi-script .cgi .sh .pl .py
LogLevel warn
ErrorLog /var/log/apache2/error-nms-public.tg15.gathering.org.log
CustomLog /var/log/apache2/access-nms-public.tg15.gathering.org.log combined
+
+ <Directory "/root/tgmanage/web/nms-public.gathering.org">
+ AllowOverride None
+ Options Indexes FollowSymLinks ExecCGI MultiViews
+
+ Require all granted
+ </Directory>
+
+ ServerSignature On
+
</VirtualHost>