From a86fa790950906f0d0f32d2b3d2069fb11d34c98 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Thu, 20 Apr 2017 10:50:11 +0200 Subject: Further tidying up --- extras/misc/apache2.conf | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 extras/misc/apache2.conf (limited to 'extras/misc') diff --git a/extras/misc/apache2.conf b/extras/misc/apache2.conf deleted file mode 100644 index e2963e1..0000000 --- a/extras/misc/apache2.conf +++ /dev/null @@ -1,39 +0,0 @@ - - ServerAdmin lol@example.com - ServerName nms.example.com - ServerAlias nms.example.com - - DocumentRoot /opt/gondul/web - ScriptAlias /api/write/ /opt/gondul/web/api/write/ - ScriptAlias /api/read/ /opt/gondul/web/api/read/ - ScriptAlias /api/public/ /opt/gondul/web/api/public/ - - AllowOverride None - Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch - - - AllowOverride None - Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch - - - AllowOverride None - Options +ExecCGI -MultiViews +Indexes +SymLinksIfOwnerMatch - Require all granted - - - AllowOverride None - Options Indexes FollowSymLinks MultiViews - AddDefaultCharset UTF-8 - Require all granted - - - ErrorLog /var/log/apache2/error-nms.example.com.log - - # Possible values include: debug, info, notice, warn, error, crit, - # alert, emerg. - LogLevel warn - - CustomLog /var/log/apache2/access-nms.example.com.log combined - ServerSignature On - - -- cgit v1.2.3