Remove question mark from http to https redirects

This commit is contained in:
Bob Idle 2024-07-07 12:11:41 +02:00
parent 195b6350d0
commit fd8bf45cee

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 {