1 parent 7de19c2 commit c8353feCopy full SHA for c8353fe
deploy/docker/frontend/01-update-nginx-conf.sh
@@ -2,6 +2,8 @@
2
3
set -e
4
5
+CERT="/lowcoder-stacks/ssl"
6
+
7
echo "Creating nginx config..."
8
if [ -e "${CERT}/fullchain.pem" ] && [ -e "${CERT}/privkey.pem" ]; then
9
echo "Certificates found, configuring with HTTPS."
0 commit comments