caddy hsts header and encoding
This commit is contained in:
parent
36a5e140c6
commit
0c1d8c0720
1 changed files with 15 additions and 6 deletions
|
@ -6,39 +6,48 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
anki.cy7.sh {
|
(common) {
|
||||||
reverse_proxy localhost:27701
|
encode zstd gzip
|
||||||
|
header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload"
|
||||||
}
|
}
|
||||||
|
|
||||||
git.cy7.sh, git.cything.io {
|
git.cy7.sh, git.cything.io {
|
||||||
|
import common
|
||||||
reverse_proxy unix//run/gitlab/gitlab-workhorse.socket
|
reverse_proxy unix//run/gitlab/gitlab-workhorse.socket
|
||||||
}
|
}
|
||||||
|
|
||||||
rss.cything.io {
|
rss.cything.io {
|
||||||
|
import common
|
||||||
reverse_proxy localhost:8080
|
reverse_proxy localhost:8080
|
||||||
}
|
}
|
||||||
|
|
||||||
photos.cy7.sh {
|
photos.cy7.sh {
|
||||||
|
import common
|
||||||
reverse_proxy localhost:2283
|
reverse_proxy localhost:2283
|
||||||
}
|
}
|
||||||
|
|
||||||
matrix.cy7.sh, chat.cything.io {
|
matrix.cy7.sh, chat.cything.io {
|
||||||
|
import common
|
||||||
reverse_proxy localhost:8448
|
reverse_proxy localhost:8448
|
||||||
}
|
}
|
||||||
|
|
||||||
pass.cy7.sh {
|
pass.cy7.sh {
|
||||||
|
import common
|
||||||
reverse_proxy localhost:8081
|
reverse_proxy localhost:8081
|
||||||
}
|
}
|
||||||
|
|
||||||
dns.cything.io {
|
dns.cything.io {
|
||||||
|
import common
|
||||||
reverse_proxy localhost:8082
|
reverse_proxy localhost:8082
|
||||||
}
|
}
|
||||||
|
|
||||||
ntfy.cything.io {
|
ntfy.cything.io {
|
||||||
|
import common
|
||||||
reverse_proxy localhost:8083
|
reverse_proxy localhost:8083
|
||||||
}
|
}
|
||||||
|
|
||||||
cything.io {
|
cything.io {
|
||||||
|
import common
|
||||||
uri strip_prefix /blog
|
uri strip_prefix /blog
|
||||||
reverse_proxy /.well-known/matrix/* localhost:8448
|
reverse_proxy /.well-known/matrix/* localhost:8448
|
||||||
reverse_proxy /_matrix/* localhost:8448
|
reverse_proxy /_matrix/* localhost:8448
|
||||||
|
@ -46,21 +55,21 @@ cything.io {
|
||||||
}
|
}
|
||||||
|
|
||||||
www.cything.io {
|
www.cything.io {
|
||||||
|
import common
|
||||||
redir https://cything.io{uri} permanent
|
redir https://cything.io{uri} permanent
|
||||||
}
|
}
|
||||||
|
|
||||||
cloud.cything.io {
|
|
||||||
reverse_proxy localhost:11000
|
|
||||||
}
|
|
||||||
|
|
||||||
pad.cything.io {
|
pad.cything.io {
|
||||||
|
import common
|
||||||
reverse_proxy localhost:8085
|
reverse_proxy localhost:8085
|
||||||
}
|
}
|
||||||
|
|
||||||
red.cything.io {
|
red.cything.io {
|
||||||
|
import common
|
||||||
reverse_proxy localhost:8087
|
reverse_proxy localhost:8087
|
||||||
}
|
}
|
||||||
|
|
||||||
grafana.cything.io {
|
grafana.cything.io {
|
||||||
|
import common
|
||||||
reverse_proxy localhost:8088
|
reverse_proxy localhost:8088
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue