Use HTTPS for year redirects

This commit is contained in:
Neeldhara Misra 2026-07-06 22:10:20 +05:30
parent 7cb63470cd
commit b6e913b85c

View file

@ -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 / {