diff --git a/configs/apache2/httpd.ssl.conf b/configs/apache2/httpd.ssl.conf
index a4b79e9..10fcc88 100644
--- a/configs/apache2/httpd.ssl.conf
+++ b/configs/apache2/httpd.ssl.conf
@@ -121,14 +121,14 @@ ServerName REPLACE_SERVER_NAME
ServerAdmin REPLACE_SERVER_ADMIN
ServerSignature On
-DocumentRoot "REPLACE_SERVER_DIR"
+DocumentRoot "REPLACE_SERVER_WWW_DIR"
AllowOverride none
Require all denied
-
+
Options Indexes FollowSymLinks MultiViews ExecCGI Includes
AllowOverride All
Require all granted
@@ -160,12 +160,12 @@ LogLevel warn
- Alias /health REPLACE_SERVER_DIR/health/index.txt
- Alias /health/json REPLACE_SERVER_DIR/health/index.json
- ScriptAlias /cgi-bin/ "/REPLACE_SERVER_DIR/cgi-bin/"
+ Alias /health REPLACE_SERVER_WWW_DIR/health/index.txt
+ Alias /health/json REPLACE_SERVER_WWW_DIR/health/index.json
+ ScriptAlias /cgi-bin/ "/REPLACE_SERVER_WWW_DIR/cgi-bin/"
-
+
AllowOverride None
Options None
Require all granted