Correct typo in httpd config.

This commit is contained in:
Darren 'Tadgy' Austin 2023-11-05 20:56:54 +00:00
commit 93c67d420f

View file

@ -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/