We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8353fe commit 6f014aeCopy full SHA for 6f014ae
deploy/docker/frontend/01-update-nginx-conf.sh
@@ -4,6 +4,7 @@ set -e
4
5
CERT="/lowcoder-stacks/ssl"
6
7
+rm -f /etc/nginx/nginx.conf
8
echo "Creating nginx config..."
9
if [ -e "${CERT}/fullchain.pem" ] && [ -e "${CERT}/privkey.pem" ]; then
10
echo "Certificates found, configuring with HTTPS."
0 commit comments