added gitea proxy settings

This commit is contained in:
2025-11-22 11:45:33 +01:00
parent e86bd9c88f
commit 76fba06c6f
2 changed files with 2 additions and 6 deletions

View File

@@ -72,10 +72,8 @@ server {
##### Process content start ################################################ ##### Process content start ################################################
location / { location / {
# include /etc/nginx/nginx-snippets/proxyheader.conf;
# proxy_set_header Host $host; # May fix som proxy issues
# proxy_ssl_verify off; # Disable cert check with internal proxy
proxy_pass http://127.0.0.1:3000; proxy_pass http://127.0.0.1:3000;
include /etc/nginx/nginx-snippets/gitea-proxy-headers.conf;
} }
##### Process content stop ################################################# ##### Process content stop #################################################

View File

@@ -36,10 +36,8 @@ server {
##### Process content start ################################################ ##### Process content start ################################################
location / { location / {
# include /etc/nginx/nginx-snippets/proxyheader.conf;
# proxy_set_header Host $host; # May fix som proxy issues
# proxy_ssl_verify off; # Disable cert check with internal proxy
proxy_pass http://127.0.0.1:3000; proxy_pass http://127.0.0.1:3000;
include /etc/nginx/nginx-snippets/gitea-proxy-headers.conf;
} }
##### Process content stop ################################################# ##### Process content stop #################################################