Skip to content

Commit 853fdf9

Browse files
authored
Merge pull request #151 from thatblue/add-sendai03
Add sendai03
1 parent ff2e752 commit 853fdf9

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
@@ -457,6 +457,13 @@ http {
457457
proxy_pass https://hokurikurb.github.io;
458458
}
459459

460+
location /sendai03 {
461+
include force_https.conf;
462+
include github_pages.conf;
463+
proxy_redirect https://sendairb.github.io/sendairk03 $map_request_proto://$http_host/sendai03;
464+
proxy_pass https://sendairb.github.io;
465+
}
466+
460467
# regional.rubykaigi.org
461468
location / {
462469
include force_https.conf;

0 commit comments

Comments
 (0)