Skip to content
Snippets Groups Projects
Commit 2f4a0b60 authored by Marius Burkard's avatar Marius Burkard
Browse files

- added missing directory permissions

parent f2859563
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,14 @@ Alias /awstats-icon "/usr/share/awstats/icon"
</tmpl_if>
Alias /.well-known/acme-challenge /usr/local/ispconfig/interface/acme-challenge
<Directory /usr/local/ispconfig/interface/acme-challenge>
<tmpl_if name='apache_version' op='>' value='2.2' format='version'>
Require all granted
<tmpl_else>
Order allow,deny
Allow from all
</tmpl_if>
</Directory>
NameVirtualHost *:80
NameVirtualHost *:443
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment