1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00

improve gitea

This commit is contained in:
L3D 2021-04-13 22:06:40 +02:00
parent b760440c6a
commit 26073ce228
Signed by: l3d
GPG key ID: CD08445BFF4313D1
3 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit 57e8ebc397306956aa5a4de61408a966170806b3 Subproject commit bc47437d98600a9bb60475f221a4f6a6f2ba7d17

@ -1 +1 @@
Subproject commit bf3436501e9016cae96c53bdfae7ad8578d5b7a3 Subproject commit 368f58b76872f6e40ca8d106f50667b1f7fcecb5

View file

@ -12,5 +12,6 @@ server {
proxy_pass http://localhost:3000; proxy_pass http://localhost:3000;
client_max_body_size 256M; client_max_body_size 256M;
proxy_read_timeout 3600; proxy_read_timeout 3600;
proxy_set_header X-Real-IP $remote_addr;
} }
} }