PromucFlow_constructor/deploy/docker/fs/opt/appsmith
Shrikant Sharat Kandula e6ca21c34a
fix: Route for HTTP-01 challenge, instead of redirecting (#27788)
In the NGINX configuration we generate, we're redirecting _all_ HTTP
requests to HTTPS, when HTTPS is enabled. But the HTTP-01 challenge
works on port 80 and is getting redirected to 443.

This usually fine, as Let's Encrypt respects that redirect and completes
the challenge on port 443. But, if port 443 is blocked to outside
access, the cert renewal will fail. This PR fixes that.

Tested on a server with port 80 open and 443 closed to outside Internet.
Cert renewal fails without this PR's changes, and works with this PR's
changes.
2023-10-04 15:37:32 +05:30
..
templates fix: Route for HTTP-01 challenge, instead of redirecting (#27788) 2023-10-04 15:37:32 +05:30
utils fix: Fix backup command getting version (#27780) 2023-10-04 15:28:26 +05:30
entrypoint.sh chore: Run NGINX with readonly root FS support (#27453) 2023-09-27 13:38:47 +05:30
healthcheck.sh chore: Use single COPY command in Dockerfile for constant/static files (#27127) 2023-09-11 08:43:09 +05:30
init_ssl_cert.sh chore: Run NGINX with readonly root FS support (#27453) 2023-09-27 13:38:47 +05:30
install_docker.sh chore: Use single COPY command in Dockerfile for constant/static files (#27127) 2023-09-11 08:43:09 +05:30
prepare-image.mjs chore: Run NGINX with readonly root FS support (#27453) 2023-09-27 13:38:47 +05:30
pull_resource.sh chore: Use single COPY command in Dockerfile for constant/static files (#27127) 2023-09-11 08:43:09 +05:30
renew-certificate.sh chore: Use single COPY command in Dockerfile for constant/static files (#27127) 2023-09-11 08:43:09 +05:30
run-java.sh fix: Fix backend failing to start when running with a custom PORT (#27461) 2023-09-20 10:27:54 +05:30
run-nginx.sh chore: Run NGINX with readonly root FS support (#27453) 2023-09-27 13:38:47 +05:30
run-postgres.sh fix: Use temporary directory for embedded postgres stats data (#27455) 2023-09-27 11:35:43 +05:30
run-starting-page-init.sh chore: Run NGINX with readonly root FS support (#27453) 2023-09-27 13:38:47 +05:30
run-with-env.sh chore: Use single COPY command in Dockerfile for constant/static files (#27127) 2023-09-11 08:43:09 +05:30
start_app.sh chore: Use single COPY command in Dockerfile for constant/static files (#27127) 2023-09-11 08:43:09 +05:30
starting-page-init.py chore: Run NGINX with readonly root FS support (#27453) 2023-09-27 13:38:47 +05:30
update-and-restart-supervisor.sh chore: Use single COPY command in Dockerfile for constant/static files (#27127) 2023-09-11 08:43:09 +05:30