diff --git a/config/nginx.conf.erb b/config/nginx.conf.erb index 75203b1..b263466 100644 --- a/config/nginx.conf.erb +++ b/config/nginx.conf.erb @@ -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