diff --git a/nginx.conf b/nginx.conf index 46c6301..b16a6fd 100644 --- a/nginx.conf +++ b/nginx.conf @@ -6,7 +6,7 @@ server { index index.html; location ~ "^/([0-9]{4})/?$" { - return 302 "/?year=$1#events"; + return 302 "https://events.neeldhara.com/?year=$1#events"; } location / {