updated gitea config

This commit is contained in:
2025-06-25 20:43:25 +01:00
parent a801d596e3
commit c98604352c

View File

@@ -12,7 +12,7 @@ server {
location / { location / {
# IMPORTANT: Replace with the correct Tailscale IP for your Gitea server # IMPORTANT: Replace with the correct Tailscale IP for your Gitea server
proxy_pass http://<IP_OF_GITEA_SERVER>:3000; proxy_pass http://100.93.165.98:3000;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-Proto $scheme;