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.
2 parents bf8e7c0 + 6f014ae commit bcba8e6Copy full SHA for bcba8e6
deploy/docker/frontend/01-update-nginx-conf.sh
@@ -2,6 +2,9 @@
2
3
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