Remove optimizely route (#8345)
This commit is contained in:
parent
fdac6428b4
commit
8590ff3b75
|
|
@ -49,10 +49,6 @@ $NGINX_SSL_CMNT server_name $CUSTOM_DOMAIN ;
|
||||||
sub_filter __APPSMITH_RECAPTCHA_ENABLED__ '\${APPSMITH_RECAPTCHA_ENABLED}';
|
sub_filter __APPSMITH_RECAPTCHA_ENABLED__ '\${APPSMITH_RECAPTCHA_ENABLED}';
|
||||||
}
|
}
|
||||||
|
|
||||||
location /f {
|
|
||||||
proxy_pass https://cdn.optimizely.com/;
|
|
||||||
}
|
|
||||||
|
|
||||||
location /api {
|
location /api {
|
||||||
proxy_pass http://localhost:8080;
|
proxy_pass http://localhost:8080;
|
||||||
}
|
}
|
||||||
|
|
@ -117,10 +113,6 @@ $NGINX_SSL_CMNT sub_filter __APPSMITH_RECAPTCHA_SECRET_KEY__ '\${APPSMITH
|
||||||
$NGINX_SSL_CMNT sub_filter __APPSMITH_RECAPTCHA_ENABLED__ '\${APPSMITH_RECAPTCHA_ENABLED}';
|
$NGINX_SSL_CMNT sub_filter __APPSMITH_RECAPTCHA_ENABLED__ '\${APPSMITH_RECAPTCHA_ENABLED}';
|
||||||
$NGINX_SSL_CMNT }
|
$NGINX_SSL_CMNT }
|
||||||
$NGINX_SSL_CMNT
|
$NGINX_SSL_CMNT
|
||||||
$NGINX_SSL_CMNT location /f {
|
|
||||||
$NGINX_SSL_CMNT proxy_pass https://cdn.optimizely.com/;
|
|
||||||
$NGINX_SSL_CMNT }
|
|
||||||
$NGINX_SSL_CMNT
|
|
||||||
$NGINX_SSL_CMNT location /api {
|
$NGINX_SSL_CMNT location /api {
|
||||||
$NGINX_SSL_CMNT proxy_pass http://localhost:8080;
|
$NGINX_SSL_CMNT proxy_pass http://localhost:8080;
|
||||||
$NGINX_SSL_CMNT }
|
$NGINX_SSL_CMNT }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user