diff --git a/nginx.conf b/nginx.conf index 1457c9e..2cf0c74 100644 --- a/nginx.conf +++ b/nginx.conf @@ -21,8 +21,7 @@ http { server_name flowy.live; location / { - root /usr/share/nginx/html; - index index.html; + return 301 https://flowy-live.webflow.io/; } } server {