Use HTTPS for year redirects
This commit is contained in:
parent
7cb63470cd
commit
b6e913b85c
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ server {
|
||||||
index index.html;
|
index index.html;
|
||||||
|
|
||||||
location ~ "^/([0-9]{4})/?$" {
|
location ~ "^/([0-9]{4})/?$" {
|
||||||
return 302 "/?year=$1#events";
|
return 302 "https://events.neeldhara.com/?year=$1#events";
|
||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue