PromucFlow_constructor/deploy/docker/templates
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
..
cron.d feat: Auto cleanup application logs (#23084) 2023-05-11 20:10:37 +05:30
nginx chore: Refactor NGINX config templates, merge them, to reduce duplicate code (#26066) 2023-08-09 21:48:58 +05:30
supervisord fix: improve starting page removal script with error handling (#23392) 2023-06-06 18:32:40 +05:30
appsmith_initializing.html feat: Display loading message in browser when Appsmith is starting (#22215) 2023-04-19 18:20:59 +05:30
appsmith_starting.html feat: Display loading message in browser when Appsmith is starting (#22215) 2023-04-19 18:20:59 +05:30
docker.env.sh chore: Move Maps API Key to database (#20771) 2023-07-24 13:33:53 +05:30
mockdb_postgres.sql feat: Embeded PostgreSQL with mockdb data for self-hosted (#21084) 2023-03-07 15:22:41 +05:30
supervisord.conf Config supervisord to write logs into log files (#8145) 2021-10-19 12:59:55 +05:30
users_postgres.sql feat: Embeded PostgreSQL with mockdb data for self-hosted (#21084) 2023-03-07 15:22:41 +05:30