Add test for nginx reverse proxy rule

This commit is contained in:
2025-06-12 15:27:23 -07:00
parent 1e33d2770a
commit 74632be2e1
6 changed files with 38 additions and 34 deletions

View File

@@ -37,7 +37,7 @@ http {
location / {
client_max_body_size 1024M;
proxy_pass http://localhost:3000;
proxy_pass http://unix:/run/gitea/gitea.socket;
proxy_set_header Connection $http_connection;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Host $host;