More redirects
This commit is contained in:
parent
0587f0e56a
commit
f1993add86
1 changed files with 11 additions and 1 deletions
|
@ -24,6 +24,11 @@
|
||||||
reverse_proxy forgejo:3000
|
reverse_proxy forgejo:3000
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@git-alt host gitea.{$DOMAIN} forgejo.{$DOMAIN}
|
||||||
|
handle @git-alt {
|
||||||
|
redir https://git.{$DOMAIN}{uri} permanent
|
||||||
|
}
|
||||||
|
|
||||||
@news host news.{$DOMAIN}
|
@news host news.{$DOMAIN}
|
||||||
handle @news {
|
handle @news {
|
||||||
reverse_proxy miniflux:8080
|
reverse_proxy miniflux:8080
|
||||||
|
@ -39,6 +44,11 @@
|
||||||
reverse_proxy webserver-nextcloud:80
|
reverse_proxy webserver-nextcloud:80
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@oldcloud host nextcloud.{$DOMAIN} owncloud.{$DOMAIN}
|
||||||
|
handle @oldcloud {
|
||||||
|
redir https://cloud.{$DOMAIN}{uri} permanent
|
||||||
|
}
|
||||||
|
|
||||||
@office host office.{$DOMAIN}
|
@office host office.{$DOMAIN}
|
||||||
handle @office {
|
handle @office {
|
||||||
reverse_proxy collabora:9980
|
reverse_proxy collabora:9980
|
||||||
|
@ -93,5 +103,5 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
{$DOMAIN} {
|
{$DOMAIN} {
|
||||||
redir https://www.{$DOMAIN}{uri}
|
redir https://www.{$DOMAIN}{uri} permanent
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue