Skip to content

Commit 0e8c9ae

Browse files
author
Marius Burkard
committed
Merge branch 'stable-3.1'
2 parents 7a3fd81 + 2f4a0b6 commit 0e8c9ae

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)