Remove question mark from http to https redirects #3

Merged
qbi merged 1 commit from bobidle/webseite-krautspace:http_redirect into main 2024-07-12 16:58:43 +02:00
Showing only changes of commit fd8bf45cee - Show all commits

View file

@ -11,7 +11,7 @@ server {
error_page 404 =301 https://wiki.kraut.space$request_uri;
location / {
return 301 https://$host$request_uri?;
return 301 https://$host$request_uri;
}
location /chaostreff {