We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 407c0f8 commit 06fcf87Copy full SHA for 06fcf87
config/nginx.conf.erb
@@ -640,6 +640,18 @@ http {
640
location = /go/legal {
641
return 302 https://rubykaigi.esa.io/posts/706;
642
}
643
+ location = /go/github {
644
+ return 302 https://github.com/ruby-no-kai/rubykaigi.org;
645
+ }
646
+ location = /go/git {
647
648
649
+ location = /go/repo {
650
651
652
+ location = /go/issues {
653
+ return 302 https://github.com/ruby-no-kai/rubykaigi.org/issues;
654
655
location = /go/program {
656
# 2026
657
return 302 https://rubykaigi.esa.io/posts/1505;
0 commit comments