fix: Caddy and woodpecker for new stuff
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user