adding for the 443 port

This commit is contained in:
talksik
2023-09-24 14:55:53 -07:00
parent 66dd2411e6
commit 6ec9b33b4f
+1 -2
View File
@@ -33,8 +33,7 @@ http {
ssl_certificate_key /etc/letsencrypt/live/flowy.live/privkey.pem; # managed by Certbot ssl_certificate_key /etc/letsencrypt/live/flowy.live/privkey.pem; # managed by Certbot
location / { location / {
root /usr/share/nginx/html; return 301 https://flowy-live.webflow.io/;
index index.html;
} }
} }