Skip to content
Snippets Groups Projects
Commit e40f76b4 authored by Jedrzej Rybicki's avatar Jedrzej Rybicki
Browse files

myproxy conf for upload limits

parent 294aa8d7
Branches
Tags
No related merge requests found
...@@ -58,6 +58,7 @@ services: ...@@ -58,6 +58,7 @@ services:
- "vhost:/etc/nginx/vhost.d" - "vhost:/etc/nginx/vhost.d"
- "certs:/etc/nginx/certs" - "certs:/etc/nginx/certs"
- "/run/docker.sock:/tmp/docker.sock:ro" - "/run/docker.sock:/tmp/docker.sock:ro"
- "my_proxy.conf:/etc/nginx/conf.d/my_proxy.conf:ro"
restart: "always" restart: "always"
ports: ports:
- "80:80" - "80:80"
......
client_max_body_size 100m;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment