Fix DocumentRoot on Red Hat

The current docroot ist set to /var/www. This is incorrect.
Fix with correct value /var/www/html.
This commit is contained in:
Andreas Thienemann 2018-10-10 19:00:52 +02:00 committed by Andreas Thienemann
parent ff021d36aa
commit eca4daf767

View File

@ -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',