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