PromucFlow_constructor/deploy/docker/scripts
Shrikant Sharat Kandula a44ea34902
chore: Refactor NGINX config templates, merge them, to reduce duplicate code (#26066)
Majority of the NGINX config is the same, for both HTTP and HTTPS.
Having two separate templates for them is making configuration changes
error-prone, where we often risk forgetting making the same change in
the other file.

This PR merges the two files into one, so the above risk isn't there. It
also makes it easier to experiment with the file while developing, since
we have to make every single change twice during development.

Note: This _will_ cause conflicts in sync, after being merged.

Why are we doing this? This will be a step towards simplifying our
`Dockerfile` with reduced layers and improved caching performance. The
image build time in CI should be faster once this is done.
2023-08-09 21:48:58 +05:30
..
healthcheck.sh chore: Update healthcheck to use health endpoint (#20867) 2023-08-01 09:58:49 +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: improve starting page removal script with error handling (#23392) 2023-06-06 18:32:40 +05:30
run-nginx.sh chore: Refactor NGINX config templates, merge them, to reduce duplicate code (#26066) 2023-08-09 21:48:58 +05:30
run-starting-page-init.sh fix: improve starting page removal script with error handling (#23392) 2023-06-06 18:32:40 +05:30
run-with-env.sh chore: Move Maps API Key to database (#20771) 2023-07-24 13:33:53 +05:30
start_app.sh Add appsmithctl command to migrate instance to new server (#9508) 2021-12-17 10:39:20 +05:30
starting-page-init.py fix: improve starting page removal script with error handling (#23392) 2023-06-06 18:32:40 +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