From a79c9135fc2ed27b8d2374ab9728124f2357d2f1 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Fri, 13 May 2016 20:18:36 +0200 Subject: Move stuff from /opt/nms to /opt/gondul etc Still lots to do --- extras/misc/apache2.conf | 16 ++++++++-------- extras/misc/varnish.vcl | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'extras/misc') diff --git a/extras/misc/apache2.conf b/extras/misc/apache2.conf index 9d5cd41..10817cf 100644 --- a/extras/misc/apache2.conf +++ b/extras/misc/apache2.conf @@ -3,11 +3,11 @@ ServerName nms.example.com ServerAlias nms.example.com - DocumentRoot /opt/nms/web - ScriptAlias /api/write/ /opt/nms/web/api/write/ - ScriptAlias /api/read/ /opt/nms/web/api/read/ - ScriptAlias /api/public/ /opt/nms/web/api/public/ - + 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 @@ -17,7 +17,7 @@ Require valid-user - + AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch @@ -27,12 +27,12 @@ Require valid-user - + AllowOverride None Options +ExecCGI -MultiViews +Indexes +SymLinksIfOwnerMatch Require all granted - + AllowOverride None Options Indexes FollowSymLinks MultiViews AddDefaultCharset UTF-8 diff --git a/extras/misc/varnish.vcl b/extras/misc/varnish.vcl index c7c402f..addef0d 100644 --- a/extras/misc/varnish.vcl +++ b/extras/misc/varnish.vcl @@ -3,7 +3,7 @@ vcl 4.0; backend default { - .host = "nms-front"; + .host = "gondul-front"; .port = "80"; } -- cgit v1.2.3