From d254e3f0e83492d74cfa0bd050c02be8110aafb8 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Kandula Date: Thu, 24 Mar 2022 14:40:42 +0530 Subject: [PATCH] Fix fat container not starting NGINX (#12210) --- deploy/docker/scripts/run-nginx.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/docker/scripts/run-nginx.sh b/deploy/docker/scripts/run-nginx.sh index 22826631fe..8ff40b2c19 100755 --- a/deploy/docker/scripts/run-nginx.sh +++ b/deploy/docker/scripts/run-nginx.sh @@ -11,6 +11,8 @@ ssl_conf_path="/appsmith-stacks/data/certificate/conf" APP_TEMPLATE="$http_conf" +mkdir -pv "$ssl_conf_path" + cat < "$ssl_conf_path/options-ssl-nginx.conf" # This file contains important security parameters. If you modify this file # manually, Certbot will be unable to automatically provide future security