aboutsummaryrefslogtreecommitdiffstats
path: root/web/etc
diff options
context:
space:
mode:
authorKristian Lyngstol <kly@kly@.no>2016-03-21 20:11:55 +0100
committerKristian Lyngstol <kly@kly@.no>2016-03-21 20:11:55 +0100
commit727e4ab31aa6d1a754711d4cd29dbcefae2e952a (patch)
treed1b4f17addedf5fe9695d6018efd880d13f0c5c1 /web/etc
parent7a6cf59e67d569a412f7670d9f04b2378c546dbc (diff)
NMS: NMS Public
Diffstat (limited to 'web/etc')
-rw-r--r--web/etc/apache2/nms-public.tg16.gathering.org.conf30
1 files changed, 30 insertions, 0 deletions
diff --git a/web/etc/apache2/nms-public.tg16.gathering.org.conf b/web/etc/apache2/nms-public.tg16.gathering.org.conf
new file mode 100644
index 0000000..7e24b5c
--- /dev/null
+++ b/web/etc/apache2/nms-public.tg16.gathering.org.conf
@@ -0,0 +1,30 @@
+<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>