Skip to content

Commit 8e449f4

Browse files
authored
Merge pull request #127 from corocn/add_nagara01
Add nagara01
2 parents dd72d94 + 6f3bae1 commit 8e449f4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/nginx.conf.erb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,12 @@ http {
310310
proxy_pass https://kawasakirb.github.io;
311311
}
312312

313+
location /nagara01 {
314+
include force_https.conf;
315+
proxy_redirect https://corocn.github.io/nagara01 $map_request_proto://$http_host/nagara01;
316+
proxy_pass https://corocn.github.io;
317+
}
318+
313319
# regional.rubykaigi.org
314320
location / {
315321
include force_https.conf;

0 commit comments

Comments
 (0)