This commit is contained in:
2025-10-23 06:39:43 +07:00
parent 3b88bece06
commit ff10819f98
3 changed files with 72 additions and 0 deletions

7
nats-server/Caddyfile Normal file
View File

@@ -0,0 +1,7 @@
nats.yiem.cc {
reverse_proxy localhost:9222 {
header_up Host {http.request.host}
header_up X-Forwarded-For {http.request.remote}
header_up X-Forwarded-Proto {http.request.scheme}
}
}