fix: Immitch is publi
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user