We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4823a83 commit dd72d94Copy full SHA for dd72d94
config/nginx.conf.erb
@@ -434,13 +434,13 @@ http {
434
proxy_pass https://gh-pages.rubykaigi.org;
435
}
436
437
- # location /2026 {
438
- # include force_https.conf;
439
- # proxy_hide_header Cache-Control;
440
- # proxy_hide_header Expires;
441
- # add_header Cache-Control "public, max-age=0, s-maxage=0";
442
- # proxy_pass https://gh-pages.rubykaigi.org;
443
- # }
+ 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;
+ }
444
445
446
# current rubykaigi
0 commit comments