Correct typo in httpd config.
This commit is contained in:
parent
60865c69c5
commit
93c67d420f
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@
|
||||||
SetEnvIf REQUEST_URI ^/\.well-known/.*$ no_log
|
SetEnvIf REQUEST_URI ^/\.well-known/.*$ no_log
|
||||||
|
|
||||||
<IfModule ssl_module>
|
<IfModule ssl_module>
|
||||||
RedirectMatch permanent ^/(?!(\.well-known|httpd-errordocs)/)(.*) https://afterdark.org.uk/
|
RedirectMatch permanent ^/(?!(\.well-known|httpd-errordocs)/)(.*) https://afterdark.org.uk/$1
|
||||||
</IfModule>
|
</IfModule>
|
||||||
<IfModule !ssl_module>
|
<IfModule !ssl_module>
|
||||||
ScriptAlias /cgi-bin/ /data/www/cgi-bin/
|
ScriptAlias /cgi-bin/ /data/www/cgi-bin/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue