Skip to content

Commit bd3d59b

Browse files
committed
Add sekigahara01
1 parent a355dc6 commit bd3d59b

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
@@ -207,6 +207,12 @@ http {
207207
proxy_pass https://okinawarb.github.io;
208208
}
209209

210+
location /sekigahara01 {
211+
include force_https.conf;
212+
proxy_redirect https://sekigahararubykaigi.github.io/sekigahara01 $map_request_proto://$http_host/sekigahara01;
213+
proxy_pass https://sekigahararubykaigi.github.io;
214+
}
215+
210216
#
211217
# shibuya01, y6y
212218
#

0 commit comments

Comments
 (0)