diff options
author | Joachim Tingvold <joachim@tingvold.com> | 2016-03-02 23:41:57 +0100 |
---|---|---|
committer | Joachim Tingvold <joachim@tingvold.com> | 2016-03-02 23:43:48 +0100 |
commit | 2c625018a15e628f82e91126eb544d7af4dd5088 (patch) | |
tree | 44a61e43047765bc7b2630fdb39300743d22db96 /web/etc/apache2/nms-public.tg15.gathering.org | |
parent | 559267d660f41e2e0f1119e59d4350be48071923 (diff) |
Cleaned up some.
Diffstat (limited to 'web/etc/apache2/nms-public.tg15.gathering.org')
-rw-r--r-- | web/etc/apache2/nms-public.tg15.gathering.org | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/web/etc/apache2/nms-public.tg15.gathering.org b/web/etc/apache2/nms-public.tg15.gathering.org deleted file mode 100644 index 6ca255d..0000000 --- a/web/etc/apache2/nms-public.tg15.gathering.org +++ /dev/null @@ -1,21 +0,0 @@ -<VirtualHost *:8080> - ServerAdmin drift@gathering.org - ServerName 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> |