Skip to content
Merged

2026 #126

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions config/nginx.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -434,13 +434,13 @@ http {
proxy_pass https://gh-pages.rubykaigi.org;
}

# location /2026 {
# include force_https.conf;
# proxy_hide_header Cache-Control;
# proxy_hide_header Expires;
# add_header Cache-Control "public, max-age=0, s-maxage=0";
# proxy_pass https://gh-pages.rubykaigi.org;
# }
location /2026 {
include force_https.conf;
proxy_hide_header Cache-Control;
proxy_hide_header Expires;
add_header Cache-Control "public, max-age=0, s-maxage=0";
proxy_pass https://gh-pages.rubykaigi.org;
}


# current rubykaigi
Expand Down
Loading