From 6ec9b33b4f5d7fb0767ca74e318cbbb116f49985 Mon Sep 17 00:00:00 2001 From: talksik Date: Sun, 24 Sep 2023 14:55:53 -0700 Subject: [PATCH] adding for the 443 port --- nginx.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nginx.conf b/nginx.conf index 2cf0c74..7a9ffd6 100644 --- a/nginx.conf +++ b/nginx.conf @@ -33,8 +33,7 @@ http { ssl_certificate_key /etc/letsencrypt/live/flowy.live/privkey.pem; # managed by Certbot location / { - root /usr/share/nginx/html; - index index.html; + return 301 https://flowy-live.webflow.io/; } }