feat: add burnit.lol

This commit is contained in:
SauravDhakal
2026-08-26 22:48:49 +05:45
parent 9f545284fa
commit 400d6631c7

View File

@@ -168,3 +168,19 @@ api.staging-nepse.sauravdhakal.com.np {
bind 100.81.85.182
reverse_proxy localhost:4101
}
burnit.lol, www.burnit.lol {
# Security headers
header {
X-Content-Type-Options nosniff
X-Frame-Options DENY
Referrer-Policy strict-origin-when-cross-origin
}
reverse_proxy localhost:9812 {
header_up X-Real-IP {remote_host}
header_up X-Forwarded-For {remote_host}
}
}