mirror of
https://github.com/chevereto/docker.git
synced 2025-12-16 13:09:47 +01:00
add nginx conf
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
1
chevereto.conf
Normal file
@@ -0,0 +1 @@
|
||||
client_max_body_size 64m;
|
||||
Reference in New Issue
Block a user