diff options
Diffstat (limited to 'web/etc/apache2/nms-public.tg16.gathering.org.conf')
-rw-r--r-- | web/etc/apache2/nms-public.tg16.gathering.org.conf | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/web/etc/apache2/nms-public.tg16.gathering.org.conf b/web/etc/apache2/nms-public.tg16.gathering.org.conf deleted file mode 100644 index 7e24b5c..0000000 --- a/web/etc/apache2/nms-public.tg16.gathering.org.conf +++ /dev/null @@ -1,30 +0,0 @@ -<VirtualHost *:8080> - ServerAdmin drift@gathering.org - ServerName nms-public.tg16.gathering.org - ServerAlias nms-public.tg16.gathering.org - - DocumentRoot /srv/tgmanage/web/nms-public.gathering.org - ScriptAlias /api/public/ /srv/tgmanage/web/nms-public.gathering.org/api/public/ - <Directory "/srv/tgmanage/web/nms-public.gathering.org/api/public/"> - AllowOverride None - Options +ExecCGI -MultiViews +Indexes +SymLinksIfOwnerMatch - Require all granted - </Directory> - <Directory "/srv/tgmanage/web/nms-public.gathering.org"> - AllowOverride None - Options Indexes FollowSymLinks MultiViews - Require all granted - - AddDefaultCharset UTF-8 - </Directory> - - ErrorLog /var/log/apache2/error-nms-public.tg16.gathering.org.log - - # Possible values include: debug, info, notice, warn, error, crit, - # alert, emerg. - LogLevel warn - - CustomLog /var/log/apache2/access-nms-public.tg16.gathering.org.log combined - ServerSignature On - -</VirtualHost> |