nextcloud
This commit is contained in:
@@ -53,6 +53,18 @@ let
|
||||
reverse_proxy http://10.0.1.3:${toString config.${namespace}.services.attic.port}
|
||||
}
|
||||
|
||||
@cloud host cloud.mjallen.dev
|
||||
handle @cloud {
|
||||
reverse_proxy http://10.0.1.3:${toString config.${namespace}.services.nextcloud.port} {
|
||||
header_up Host {upstream_hostport}
|
||||
}
|
||||
|
||||
header {
|
||||
Strict-Transport-Security "max-age=63072000; includeSubDomains; preload"
|
||||
X-Robots-Tag "noindex, nofollow"
|
||||
}
|
||||
}
|
||||
|
||||
@gitea host gitea.mjallen.dev
|
||||
handle @gitea {
|
||||
reverse_proxy http://10.0.1.3:${toString config.${namespace}.services.gitea.port}
|
||||
|
||||
Reference in New Issue
Block a user