File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 66LogFormat "%v %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined_ispconfig
77CustomLog "| /usr/local/ispconfig/server/scripts/vlogger -s access.log -t \"%Y%m%d-access.log\" /var/log/ispconfig/httpd" combined_ispconfig
88
9+ <IfModule mod_headers.c>
10+ <LocationMatch "/.well-known/acme-challenge/*">
11+ Header set Content-Type "text/plain"
12+ </LocationMatch>
13+ </IfModule>
14+
915<Directory /var/www/clients>
1016 AllowOverride None
1117 <tmpl_if name='apache_version' op='>' value='2.2' format='version'>
@@ -14,13 +20,6 @@ CustomLog "| /usr/local/ispconfig/server/scripts/vlogger -s access.log -t \"%Y%m
1420 Order Deny,Allow
1521 Deny from all
1622 </tmpl_if>
17-
18- <IfModule mod_headers.c>
19- <LocationMatch "/.well-known/acme-challenge/*">
20- Header set Content-Type "text/plain"
21- </LocationMatch>
22- </IfModule>
23-
2423</Directory>
2524
2625# Do not allow access to the root file system of the server for security reasons
You can’t perform that action at this time.
0 commit comments