nginx-proxy: increase client_file_size to 100mb

gitea: enable lfs support
This commit is contained in:
Daniel Meiburg 2023-03-03 01:07:13 +01:00
parent b0625d188f
commit fa3ad35228
Signed by: dm
GPG Key ID: E5827ECFFE0AA4F2
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
client_max_body_size 5G;

View File

@ -9,6 +9,7 @@ services:
- "443:443"
volumes:
- conf:/etc/nginx/conf.d
- ./conf/my_proxy.conf:/etc/nginx/conf.d/my_proxy.conf
- vhost:/etc/nginx/vhost.d
- html:/usr/share/nginx/html
- certs:/etc/nginx/certs:ro