Files
deploy.stack/webout/configs/caddy/txc-proxy.conf

29 lines
609 B
Plaintext
Raw Normal View History

2025-02-07 17:11:13 +08:00
https://48474.site {
tls moqiruyi@gmail.com
2025-02-07 17:18:30 +08:00
root * /www-root/48474.site/public
2025-02-07 17:11:13 +08:00
file_server
encode zstd gzip
reverse_proxy /webhook 10.1.8.14:8090
2025-02-07 17:11:13 +08:00
}
https://www.48474.site {
redir https://48474.site permanent
2025-02-08 01:22:34 +08:00
}
https://dom.48474.site {
tls moqiruyi@gmail.com
2025-02-08 01:23:58 +08:00
reverse_proxy 10.1.8.14:9800
}
http://ntfy.48474.site {
tls moqiruyi@gmail.com
redir / /login temporary
# @httpget {
# protocol http
# method GET
# path_regexp ^/([-_a-z0-9]{0,64}$|docs/|static/)
# }
# redir @httpget https://{host}{uri}
reverse_proxy 10.1.8.14:9800
}