Redirect home page to wiki
This commit is contained in:
parent
235e6e514f
commit
2f00d21821
|
@ -36,6 +36,10 @@ server {
|
||||||
# Also provide "_hidden" for by, since it's not relevant.
|
# Also provide "_hidden" for by, since it's not relevant.
|
||||||
proxy_set_header Forwarded "for=$remote_addr;proto=https;host=$host;by=_hidden";
|
proxy_set_header Forwarded "for=$remote_addr;proto=https;host=$host;by=_hidden";
|
||||||
|
|
||||||
|
location = / {
|
||||||
|
return 302 https://wiki.hamburg.ccc.de/infrastructure:service-overview#tickets_pretix;
|
||||||
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://127.0.0.1:8345/;
|
proxy_pass http://127.0.0.1:8345/;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue