Skip to content

Commit eb54df1

Browse files
authored
Merge pull request #152 from thatblue/fix-sendai03-redirect
fix redirect path to sendai03
2 parents 853fdf9 + a1ea049 commit eb54df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/nginx.conf.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ http {
460460
location /sendai03 {
461461
include force_https.conf;
462462
include github_pages.conf;
463-
proxy_redirect https://sendairb.github.io/sendairk03 $map_request_proto://$http_host/sendai03;
463+
proxy_redirect https://sendairb.github.io/sendai03 $map_request_proto://$http_host/sendai03;
464464
proxy_pass https://sendairb.github.io;
465465
}
466466

0 commit comments

Comments
 (0)