Update 'git.conf'

This commit is contained in:
digitalstudium 2023-05-14 13:49:36 +00:00
parent 3dede4dd13
commit 8107aba26f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
server {
server_name GITEA_HOSTNAME;
listen 80;
client_max_body_size 0;
location / {
proxy_pass http://127.0.0.1:5000/;
proxy_buffering off;