updated gitea config
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user