fix: make gitea public

This commit is contained in:
SauravDhakal
2026-04-03 21:16:33 +05:45
parent e2310052ca
commit b1d13778f4

View File

@@ -75,8 +75,13 @@ uptime.sauravdhakal.com.np {
# Gitea — VPN only, it's your private git server # Gitea — VPN only, it's your private git server
gitea.sauravdhakal.com.np { gitea.sauravdhakal.com.np {
bind 100.81.85.182
reverse_proxy localhost:3000 reverse_proxy localhost:3000
header {
X-Content-Type-Options nosniff
X-Frame-Options DENY
Referrer-Policy strict-origin-when-cross-origin
}
} }
# Woodpecker CI — VPN only # Woodpecker CI — VPN only