From 709c78569b26677624e60588fa1166dc659ac93c Mon Sep 17 00:00:00 2001 From: Ole Mathias Heggem Date: Sat, 21 Jan 2023 19:07:38 +0100 Subject: chore: cleanup repo --- web/etc/apache2/nms-public.tg16.gathering.org.conf | 30 ------------ web/etc/apache2/nms.tg16.gathering.org.conf | 56 ---------------------- 2 files changed, 86 deletions(-) delete mode 100644 web/etc/apache2/nms-public.tg16.gathering.org.conf delete mode 100644 web/etc/apache2/nms.tg16.gathering.org.conf (limited to 'web/etc/apache2') 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 @@ - - 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/ - - AllowOverride None - Options +ExecCGI -MultiViews +Indexes +SymLinksIfOwnerMatch - Require all granted - - - AllowOverride None - Options Indexes FollowSymLinks MultiViews - Require all granted - - AddDefaultCharset UTF-8 - - - 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 - - diff --git a/web/etc/apache2/nms.tg16.gathering.org.conf b/web/etc/apache2/nms.tg16.gathering.org.conf deleted file mode 100644 index 08471e0..0000000 --- a/web/etc/apache2/nms.tg16.gathering.org.conf +++ /dev/null @@ -1,56 +0,0 @@ - - ServerAdmin drift@gathering.org - ServerName nms.tg16.gathering.org - ServerAlias nms.tg16.gathering.org - - DocumentRoot /srv/tgmanage/web/nms.gathering.org - ScriptAlias /api/write/ /srv/tgmanage/web/nms.gathering.org/api/write/ - ScriptAlias /api/read/ /srv/tgmanage/web/nms.gathering.org/api/read/ - ScriptAlias /api/public/ /srv/tgmanage/web/nms.gathering.org/api/public/ - - AllowOverride None - Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch - - AuthUserFile /srv/tgmanage/web/htpasswd-write - AuthName "Tech:Server Secret Volcano Lair" - AuthType Basic - Require valid-user - - - - AllowOverride None - Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch - - AuthUserFile /srv/tgmanage/web/htpasswd-read - AuthName "The Gathering Network Management System" - AuthType Basic - Require valid-user - - - - AllowOverride None - Options +ExecCGI -MultiViews +Indexes +SymLinksIfOwnerMatch - Require all granted - - - AllowOverride None - Options Indexes FollowSymLinks MultiViews - AddDefaultCharset UTF-8 - - AuthUserFile /srv/tgmanage/web/htpasswd-read - AuthName "The Gathering Network Management System" - AuthType Basic - Require valid-user - - - - ErrorLog /var/log/apache2/error-nms.tg16.gathering.org.log - - # Possible values include: debug, info, notice, warn, error, crit, - # alert, emerg. - LogLevel warn - - CustomLog /var/log/apache2/access-nms.tg16.gathering.org.log combined - ServerSignature On - - -- cgit v1.2.3