From 48b3085614f39375c35bf77952d3db5edb0196c0 Mon Sep 17 00:00:00 2001 From: ikaruga Date: Mon, 9 Feb 2026 19:32:19 +0900 Subject: [PATCH] Add tokyo13 --- config/nginx.conf.erb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/nginx.conf.erb b/config/nginx.conf.erb index 8d88b42..9f87c9f 100644 --- a/config/nginx.conf.erb +++ b/config/nginx.conf.erb @@ -403,6 +403,13 @@ http { proxy_set_header Host "asakusa.rubyist.net"; proxy_pass https://asakusarb.github.io; } + + location /tokyo13 { + include force_https.conf; + include github_pages.conf; + proxy_redirect https://tokyorubykaigi-13.github.io/tokyo13 $map_request_proto://$http_host/tokyo13; + proxy_pass https://tokyorubykaigi-13.github.io; + } location /tokyo12 { include force_https.conf;