We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f285956 commit 2f4a0b6Copy full SHA for 2f4a0b6
install/tpl/apache_ispconfig.conf.master
@@ -119,6 +119,14 @@ Alias /awstats-icon "/usr/share/awstats/icon"
119
</tmpl_if>
120
121
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>
130
131
NameVirtualHost *:80
132
NameVirtualHost *:443
0 commit comments