Skip to content

Commit dd72d94

Browse files
authored
Update nginx.conf.erb (#126)
1 parent 4823a83 commit dd72d94

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

config/nginx.conf.erb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -434,13 +434,13 @@ http {
434434
proxy_pass https://gh-pages.rubykaigi.org;
435435
}
436436

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-
# }
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+
}
444444

445445

446446
# current rubykaigi

0 commit comments

Comments
 (0)