Skip to content

Commit 2f4a0b6

Browse files
author
Marius Burkard
committed
- added missing directory permissions
1 parent f285956 commit 2f4a0b6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

install/tpl/apache_ispconfig.conf.master

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,14 @@ Alias /awstats-icon "/usr/share/awstats/icon"
119119
</tmpl_if>
120120

121121
Alias /.well-known/acme-challenge /usr/local/ispconfig/interface/acme-challenge
122+
<Directory /usr/local/ispconfig/interface/acme-challenge>
123+
<tmpl_if name='apache_version' op='>' value='2.2' format='version'>
124+
Require all granted
125+
<tmpl_else>
126+
Order allow,deny
127+
Allow from all
128+
</tmpl_if>
129+
</Directory>
122130

123131
NameVirtualHost *:80
124132
NameVirtualHost *:443

0 commit comments

Comments
 (0)