Compare commits
2 commits
e3d5307fb1
...
3426d15a56
Author | SHA1 | Date | |
---|---|---|---|
3426d15a56 | |||
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