Skip to content

Commit

Permalink
Merge pull request #11 from pyconjp/rmanzoku/redirect-2021
Browse files Browse the repository at this point in the history
Redirect to 2021
  • Loading branch information
rmanzoku authored Mar 29, 2021
2 parents 57c762f + 73b6656 commit d4bf199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/nginx/files/etc/nginx/sites-enabled/pycon.jp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ server {
server_name origin.pycon.jp new.pycon.jp pycon.jp;

location = / {
return 302 $scheme://$host/2020/;
return 307 https://2021.pycon.jp;
}

location / {
Expand Down

0 comments on commit d4bf199

Please sign in to comment.