forked from Krautspace/webseite-krautspace
Merge pull request 'Remove question mark from http to https redirects' (#3) from bobidle/webseite-krautspace:http_redirect into main
Reviewed-on: http://kqfdxjpzqt345qplxy6yrgkj4rotfokskmxyqz5a4t4yewg6n62ea2ad.onion/Krautspace/webseite-krautspace/pulls/3 Reviewed-by: Jens Kubieziel <qbi@noreply.git.kraut.space>
This commit is contained in:
commit
3426d15a56
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue