Skip to content

Commit a4ce12f

Browse files
authored
1 parent 2edbea5 commit a4ce12f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

config/nginx.conf.erb

+7
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,13 @@ http {
308308

309309
location ~ ^/2019(.*) {
310310
include force_https.conf;
311+
# TODO: Archive
312+
proxy_pass http://rubykaigi2019.herokuapp.com;
313+
}
314+
315+
location /2020 {
316+
include force_https.conf;
317+
# FIXME: We have to rename our heroku app later
311318
proxy_pass http://rubykaigi2019.herokuapp.com;
312319
}
313320

0 commit comments

Comments
 (0)