Update http configs to correct bugs.
This commit is contained in:
parent
4feb9a2760
commit
de2273d84a
2 changed files with 4 additions and 3 deletions
|
|
@ -177,7 +177,7 @@ Alias /.well-known/acme-challenge/ /srv/dehydrated/
|
|||
Require all granted
|
||||
</Directory>
|
||||
|
||||
<Directory /srv/www/*/html/>
|
||||
<Directory /data/sites/*/html/>
|
||||
Options Includes MultiViews SymLinksIfOwnerMatch
|
||||
AllowOverride AuthConfig FileInfo Indexes Limit
|
||||
|
||||
|
|
@ -206,7 +206,7 @@ Alias /.well-known/acme-challenge/ /srv/dehydrated/
|
|||
</Directory>
|
||||
|
||||
<IfModule cgid_module>
|
||||
<Directory /srv/www/*/cgi-bin/>
|
||||
<Directory /data/sites/*/cgi-bin/>
|
||||
Options ExecCGI Includes MultiViews SymLinksIfOwnerMatch
|
||||
AllowOverride AuthConfig FileInfo Limit
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue