fix: localhost
This commit is contained in:
@@ -18,10 +18,6 @@
|
||||
|
||||
# Public — only webhook endpoint, no UI
|
||||
n8n.sauravdhakal.com.np {
|
||||
reverse_proxy localhost:5678 {
|
||||
# Only allow webhook paths publicly
|
||||
header_up Host {host}
|
||||
}
|
||||
@public path /webhook/* /webhook-test/*
|
||||
handle @public {
|
||||
reverse_proxy localhost:5678
|
||||
@@ -54,10 +50,10 @@ actual.sauravdhakal.com.np {
|
||||
|
||||
immich.sauravdhakal.com.np {
|
||||
bind 100.81.85.182
|
||||
reverse_proxy immich-server:8082
|
||||
reverse_proxy localhost:8082
|
||||
}
|
||||
|
||||
filebrowser.sauravdhakal.com.np {
|
||||
bind 100.81.85.182
|
||||
reverse_proxy filebrowser:8083
|
||||
reverse_proxy localhost:8083
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user