mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 22:55:39 +00:00
update ngxproxy
This commit is contained in:
@ -2,7 +2,7 @@ server {
|
||||
listen 8000;
|
||||
server_name <DOMAIN>;
|
||||
|
||||
#client_max_body_size <MAX_BODY_SIZE>M;
|
||||
client_max_body_size <MAX_BODY_SIZE>M;
|
||||
|
||||
location / {
|
||||
proxy_pass http://<CONTAINER>:<PORT>;
|
||||
|
Reference in New Issue
Block a user