|
@ -1,5 +1,5 @@ |
|
|
location / { |
|
|
location / { |
|
|
client_max_body_size 50M; |
|
|
|
|
|
|
|
|
client_max_body_size {{ max_body_size }}M; |
|
|
proxy_set_header Upgrade $http_upgrade; |
|
|
proxy_set_header Upgrade $http_upgrade; |
|
|
proxy_set_header Connection "upgrade"; |
|
|
proxy_set_header Connection "upgrade"; |
|
|
proxy_set_header Host $http_host; |
|
|
proxy_set_header Host $http_host; |
|
|