From eca4daf767e694dcc2000a72d283545ccd161f3d Mon Sep 17 00:00:00 2001
From: Andreas Thienemann <andreas@bawue.net>
Date: Wed, 10 Oct 2018 19:00:52 +0200
Subject: [PATCH] Fix DocumentRoot on Red Hat

The current docroot ist set to /var/www. This is incorrect.
Fix with correct value /var/www/html.
---
 apache/map.jinja | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apache/map.jinja b/apache/map.jinja
index da477df..7c7ce4a 100644
--- a/apache/map.jinja
+++ b/apache/map.jinja
@@ -71,7 +71,7 @@
         'default_site_ssl': 'default-ssl',
         'logdir': '/var/log/httpd',
         'logrotatedir': '/etc/logrotate.d/httpd',
-        'wwwdir': '/var/www',
+        'wwwdir': '/var/www/html',
         'default_charset': 'UTF-8',
         'use_require': False,
         'moddir': '/etc/httpd/conf.modules.d',
-- 
GitLab