PromucFlow_constructor/deploy/docker/scripts
Shrikant Sharat Kandula 4b6c8568ad
fix: NO_PROXY not set correctly on backend server (#20605)
When we have `NO_PROXY=localhost,one.com,two.com,three.com`, then the
current implementation will pass the following to the backend server:

```
localhost|one.com,two.com,three.com
```

This will mean that only `localhost` will bypass the proxy, which is not
what's expected.

This PR fixes this problem, so that the following is sent to the backend
server:

```
localhost|one.com|two.com|three.com
```

This will mean that requests to all four of them, will bypass the proxy,
as expected.
2023-02-14 19:13:19 +05:30
..
healthcheck.sh Added healthcheck for editor with https (#13947) 2022-05-27 17:05:21 +05:30
init_ssl_cert.sh Work with copied cert files after fat migration (#12182) 2022-03-24 06:04:38 +05:30
install_docker.sh Add appsmithctl command to migrate instance to new server (#9508) 2021-12-17 10:39:20 +05:30
pull_resource.sh Add appsmithctl command to migrate instance to new server (#9508) 2021-12-17 10:39:20 +05:30
renew-certificate.sh Add Helm configMap to update application configuration (#10157) 2022-01-31 13:27:01 +05:30
run-java.sh fix: NO_PROXY not set correctly on backend server (#20605) 2023-02-14 19:13:19 +05:30
run-nginx.sh Sandboxed iFrames with srcDoc (#11426) 2022-10-04 15:20:45 +05:30
run-with-env.sh Add Helm configMap to update application configuration (#10157) 2022-01-31 13:27:01 +05:30
start_app.sh Add appsmithctl command to migrate instance to new server (#9508) 2021-12-17 10:39:20 +05:30
update-and-restart-supervisor.sh Add script to stop/start MongoDB and Redis if changed (#11894) 2022-03-17 17:58:48 +05:30