From 66dd2411e6211ba37b61f7527042eeb978105148 Mon Sep 17 00:00:00 2001 From: talksik Date: Sun, 24 Sep 2023 14:54:43 -0700 Subject: [PATCH] redirect to webflow --- nginx.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 {