forked from Krautspace/webseite-krautspace
Remove question mark from http to https redirects
This commit is contained in:
parent
195b6350d0
commit
fd8bf45cee
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ server {
|
||||||
error_page 404 =301 https://wiki.kraut.space$request_uri;
|
error_page 404 =301 https://wiki.kraut.space$request_uri;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
return 301 https://$host$request_uri?;
|
return 301 https://$host$request_uri;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /chaostreff {
|
location /chaostreff {
|
||||||
|
|
Loading…
Reference in a new issue