Skip to content

Commit bcba8e6

Browse files
authored
Merge branch 'lowcoder-org:main' into patch-2
2 parents bf8e7c0 + 6f014ae commit bcba8e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
set -e
44

5+
CERT="/lowcoder-stacks/ssl"
6+
7+
rm -f /etc/nginx/nginx.conf
58
echo "Creating nginx config..."
69
if [ -e "${CERT}/fullchain.pem" ] && [ -e "${CERT}/privkey.pem" ]; then
710
echo "Certificates found, configuring with HTTPS."

0 commit comments

Comments
 (0)