nginx to service provider proxy

This commit is contained in:
Alexey Bannov 2017-04-04 07:28:35 -04:00
parent 8d47833928
commit 60e0e82552
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
location /controlpanel {
location ~* "^/(controlpanel|sso)" {
proxy_pass {{CONTROL_PANEL_HOST_ADDR}};
client_max_body_size 100m;