fix: Immitch is publi

This commit is contained in:
SauravDhakal
2026-07-06 07:42:50 +05:45
parent e584b9ae20
commit 699dbef9ea

View File

@@ -49,8 +49,19 @@ actual.sauravdhakal.com.np {
}
immich.sauravdhakal.com.np {
bind 100.81.85.182
reverse_proxy localhost:8082
# Allow public access (no bind = all interfaces)
# Security headers
header {
X-Content-Type-Options nosniff
X-Frame-Options DENY
Referrer-Policy strict-origin-when-cross-origin
}
reverse_proxy localhost:8082 {
header_up X-Real-IP {remote_host}
header_up X-Forwarded-For {remote_host}
}
}
filebrowser.sauravdhakal.com.np {