Skip to content
Snippets Groups Projects
Commit 6ba87a06 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

set file upload size the proper way

parent 004e85aa
Branches
Tags
No related merge requests found
......@@ -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:
......
client_max_body_size 1024M;
client_max_body_size 1024M;
location /socket.io {
proxy_http_version 1.1;
proxy_buffering off;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment