nginx-proxy: increase client_file_size to 100mb
gitea: enable lfs support
This commit is contained in:
parent
b0625d188f
commit
fa3ad35228
|
|
@ -0,0 +1 @@
|
||||||
|
client_max_body_size 5G;
|
||||||
|
|
@ -9,6 +9,7 @@ services:
|
||||||
- "443:443"
|
- "443:443"
|
||||||
volumes:
|
volumes:
|
||||||
- conf:/etc/nginx/conf.d
|
- conf:/etc/nginx/conf.d
|
||||||
|
- ./conf/my_proxy.conf:/etc/nginx/conf.d/my_proxy.conf
|
||||||
- vhost:/etc/nginx/vhost.d
|
- vhost:/etc/nginx/vhost.d
|
||||||
- html:/usr/share/nginx/html
|
- html:/usr/share/nginx/html
|
||||||
- certs:/etc/nginx/certs:ro
|
- certs:/etc/nginx/certs:ro
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue