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/; } }