Browse Source

Fix DocumentRoot on Red Hat

The current docroot ist set to /var/www. This is incorrect.
Fix with correct value /var/www/html.
tags/v0.37.4
Andreas Thienemann 6 years ago
parent
commit
eca4daf767
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      apache/map.jinja

+ 1
- 1
apache/map.jinja 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',

Loading…
Cancel
Save