fix: Caddy and woodpecker for new stuff

This commit is contained in:
SauravDhakal
2026-08-09 13:05:59 +05:45
parent 2f6c9e256d
commit 36237da276
3 changed files with 75 additions and 0 deletions

View File

@@ -144,3 +144,27 @@ docs.sauravdhakal.com.np {
# bind 100.81.85.182
# reverse_proxy localhost:61208
# }
# -----------------------------------------------
# NEPSE APP (Production - Public)
# -----------------------------------------------
nepse.sauravdhakal.com.np {
reverse_proxy localhost:4000
}
api.nepse.sauravdhakal.com.np {
reverse_proxy localhost:4001
}
# -----------------------------------------------
# NEPSE APP (Staging - VPN Only)
# -----------------------------------------------
staging-nepse.sauravdhakal.com.np {
bind 100.81.85.182
reverse_proxy localhost:4100
}
api.staging-nepse.sauravdhakal.com.np {
bind 100.81.85.182
reverse_proxy localhost:4101
}