mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-14 16:55:42 +00:00
set file upload size the proper way
This commit is contained in:
parent
004e85aad0
commit
6ba87a06c4
@ -14,6 +14,7 @@ services:
|
||||
image: jwilder/nginx-proxy:latest
|
||||
volumes:
|
||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||
- ./nginx-proxy/conf.d/nopaque_specifics.conf:/etc/nginx/conf.d/nopaque_specifics.conf:ro
|
||||
- ./nginx-proxy/vhost.d:/etc/nginx/vhost.d:ro
|
||||
# - ./certs:/etc/nginx/certs
|
||||
web:
|
||||
|
1
nginx-proxy/conf.d/nopaque_specifics.conf
Normal file
1
nginx-proxy/conf.d/nopaque_specifics.conf
Normal file
@ -0,0 +1 @@
|
||||
client_max_body_size 1024M;
|
@ -1,5 +1,3 @@
|
||||
client_max_body_size 1024M;
|
||||
|
||||
location /socket.io {
|
||||
proxy_http_version 1.1;
|
||||
proxy_buffering off;
|
||||
|
Loading…
Reference in New Issue
Block a user