update ngxproxy

This commit is contained in:
Wonderfall
2016-05-30 13:36:53 +02:00
parent 8781136d93
commit 7c991ab8e1
3 changed files with 11 additions and 6 deletions

View File

@ -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>;