Skip to content
Snippets Groups Projects
Unverified Commit e1ab49cc authored by Javier Bértoli's avatar Javier Bértoli Committed by GitHub
Browse files

Merge pull request #240 from bawuenet/fix_docroot

Fix DocumentRoot on Red Hat
parents ff021d36 eca4daf7
Branches
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
'default_site_ssl': 'default-ssl', 'default_site_ssl': 'default-ssl',
'logdir': '/var/log/httpd', 'logdir': '/var/log/httpd',
'logrotatedir': '/etc/logrotate.d/httpd', 'logrotatedir': '/etc/logrotate.d/httpd',
'wwwdir': '/var/www', 'wwwdir': '/var/www/html',
'default_charset': 'UTF-8', 'default_charset': 'UTF-8',
'use_require': False, 'use_require': False,
'moddir': '/etc/httpd/conf.modules.d', 'moddir': '/etc/httpd/conf.modules.d',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment