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
|
Require all granted
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
<Directory /srv/www/*/html/>
|
<Directory /data/sites/*/html/>
|
||||||
Options Includes MultiViews SymLinksIfOwnerMatch
|
Options Includes MultiViews SymLinksIfOwnerMatch
|
||||||
AllowOverride AuthConfig FileInfo Indexes Limit
|
AllowOverride AuthConfig FileInfo Indexes Limit
|
||||||
|
|
||||||
|
|
@ -206,7 +206,7 @@ Alias /.well-known/acme-challenge/ /srv/dehydrated/
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
<IfModule cgid_module>
|
<IfModule cgid_module>
|
||||||
<Directory /srv/www/*/cgi-bin/>
|
<Directory /data/sites/*/cgi-bin/>
|
||||||
Options ExecCGI Includes MultiViews SymLinksIfOwnerMatch
|
Options ExecCGI Includes MultiViews SymLinksIfOwnerMatch
|
||||||
AllowOverride AuthConfig FileInfo Limit
|
AllowOverride AuthConfig FileInfo Limit
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,9 +9,10 @@
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
||||||
<IfModule ssl_module>
|
<IfModule ssl_module>
|
||||||
<VirtualHost 5.101.171.215:443 [2a01:a500:2981:1::d7]:443>
|
<VirtualHost 5.101.171.215:25443 [2a01:a500:2981:1::d7]:25443>
|
||||||
ServerName core.slackware.uk.net
|
ServerName core.slackware.uk.net
|
||||||
|
|
||||||
|
SSLEngine On
|
||||||
SSLCertificateFile /etc/certificates/core.slackware.uk.net_cert.pem
|
SSLCertificateFile /etc/certificates/core.slackware.uk.net_cert.pem
|
||||||
SSLCertificateKeyFile /etc/certificates/core.slackware.uk.net_key.pem
|
SSLCertificateKeyFile /etc/certificates/core.slackware.uk.net_key.pem
|
||||||
SSLCertificateChainFile /etc/certificates/core.slackware.uk.net_chain.pem
|
SSLCertificateChainFile /etc/certificates/core.slackware.uk.net_chain.pem
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue