Skip to content

Commit

Permalink
Try to up the client max body size in nginx proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
RickyCook committed Oct 7, 2018
1 parent 2b22a7a commit 93c0304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions nginx-proxy-custom.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
client_max_body_size 10G;
1 change: 1 addition & 0 deletions root/etc/systemd/system/nginx-proxy.service
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ExecStart=/usr/bin/docker \
--publish 443:443 \
--volume %N-certs:/etc/nginx/certs:ro \
--volume /etc/nginx/vhost.d \
--volume /root/personal-infra/nginx-proxy-custom.conf:/etc/nginx/conf.d/custom.conf \
--volume /usr/share/nginx/html \
--volume /var/run/docker.sock:/tmp/docker.sock:ro \
--label com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy \
Expand Down

0 comments on commit 93c0304

Please sign in to comment.