Skip to content

Commit 407c0f8

Browse files
authored
Merge pull request #149 from ikaruga777/add-tokyo13
Add tokyo13
2 parents 67907c1 + 48b3085 commit 407c0f8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

config/nginx.conf.erb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,13 @@ http {
403403
proxy_set_header Host "asakusa.rubyist.net";
404404
proxy_pass https://asakusarb.github.io;
405405
}
406+
407+
location /tokyo13 {
408+
include force_https.conf;
409+
include github_pages.conf;
410+
proxy_redirect https://tokyorubykaigi-13.github.io/tokyo13 $map_request_proto://$http_host/tokyo13;
411+
proxy_pass https://tokyorubykaigi-13.github.io;
412+
}
406413

407414
location /tokyo12 {
408415
include force_https.conf;

0 commit comments

Comments
 (0)