add nginx conf

This commit is contained in:
Rodolfo Berrios
2022-11-07 15:29:15 -03:00
parent e4291f24bc
commit 60d2a70eb5
2 changed files with 3 additions and 0 deletions

View File

@@ -181,6 +181,7 @@ proxy:
--volume vhost:/etc/nginx/vhost.d \
--volume html:/usr/share/nginx/html \
--volume /var/run/docker.sock:/tmp/docker.sock:ro \
--volume ${PWD}/chevereto.conf:/etc/nginx/conf.d/chevereto.conf:ro \
nginxproxy/nginx-proxy
@docker run \
--detach \
@@ -196,6 +197,7 @@ proxy--view:
proxy--remove:
@docker container rm -f nginx-proxy nginx-proxy-acme || true
@docker network rm nginx-proxy || true
# https

1
chevereto.conf Normal file
View File

@@ -0,0 +1 @@
client_max_body_size 64m;