fix: localhost

This commit is contained in:
SauravDhakal
2026-03-30 21:53:00 +05:45
parent 84e2af6200
commit 3f850d5734

View File

@@ -18,10 +18,6 @@
# Public — only webhook endpoint, no UI # Public — only webhook endpoint, no UI
n8n.sauravdhakal.com.np { n8n.sauravdhakal.com.np {
reverse_proxy localhost:5678 {
# Only allow webhook paths publicly
header_up Host {host}
}
@public path /webhook/* /webhook-test/* @public path /webhook/* /webhook-test/*
handle @public { handle @public {
reverse_proxy localhost:5678 reverse_proxy localhost:5678
@@ -54,10 +50,10 @@ actual.sauravdhakal.com.np {
immich.sauravdhakal.com.np { immich.sauravdhakal.com.np {
bind 100.81.85.182 bind 100.81.85.182
reverse_proxy immich-server:8082 reverse_proxy localhost:8082
} }
filebrowser.sauravdhakal.com.np { filebrowser.sauravdhakal.com.np {
bind 100.81.85.182 bind 100.81.85.182
reverse_proxy filebrowser:8083 reverse_proxy localhost:8083
} }