Skip to content

Commit

Permalink
Merge pull request #119 from ydah/kansai08
Browse files Browse the repository at this point in the history
  • Loading branch information
kakutani authored Oct 6, 2024
2 parents 2a98157 + c7b845a commit 80a090e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/nginx.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@ http {
proxy_pass https://rubykansai.github.io;
}

location /kansai08 {
include force_https.conf;
proxy_pass https://rubykansai.github.io;
}

location ~ ^/kansai2017(.*) {
proxy_pass https://rubykansai.github.io;
}
Expand Down

0 comments on commit 80a090e

Please sign in to comment.