Skip to content

Commit 61a4a0e

Browse files
Merge pull request #1 from uspgamedev/Kazuo256-patch-1
Add redirect to GGJ2021
2 parents 3623544 + 5940cbb commit 61a4a0e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

default.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ server {
5959
location /forum {
6060
return 301 $scheme://forum.usp.game.dev.br/;
6161
}
62+
63+
location /ggj2020 {
64+
return 302 https://sites.google.com/ime.usp.br/ggj-usp-2021/;
65+
}
6266

6367
location /metrics {
6468
auth_basic "Metrics";

0 commit comments

Comments
 (0)