Skip to content

Commit 6f014ae

Browse files
committed
fix: remove nginx.conf on frontend startup to allow re-linking
1 parent c8353fe commit 6f014ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ set -e
44

55
CERT="/lowcoder-stacks/ssl"
66

7+
rm -f /etc/nginx/nginx.conf
78
echo "Creating nginx config..."
89
if [ -e "${CERT}/fullchain.pem" ] && [ -e "${CERT}/privkey.pem" ]; then
910
echo "Certificates found, configuring with HTTPS."

0 commit comments

Comments
 (0)