redirect to webflow

This commit is contained in:
talksik
2023-09-24 14:54:43 -07:00
parent e19a0494bc
commit 66dd2411e6
+1 -2
View File
@@ -21,8 +21,7 @@ http {
server_name flowy.live; server_name flowy.live;
location / { location / {
root /usr/share/nginx/html; return 301 https://flowy-live.webflow.io/;
index index.html;
} }
} }
server { server {