Skip to content

Commit c8353fe

Browse files
committed
fix: add CERT variable to standalone frontend startup
1 parent 7de19c2 commit c8353fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎deploy/docker/frontend/01-update-nginx-conf.sh

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
set -e
44

5+
CERT="/lowcoder-stacks/ssl"
6+
57
echo "Creating nginx config..."
68
if [ -e "${CERT}/fullchain.pem" ] && [ -e "${CERT}/privkey.pem" ]; then
79
echo "Certificates found, configuring with HTTPS."

0 commit comments

Comments
 (0)