File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,18 @@ location /out/92.62.36.215/ {
46
46
proxy_cache_use_stale error timeout http_500 http_502 http_503 http_504;
47
47
}
48
48
49
+ # Old Livi GTFS-RT for easier migration
50
+ location /out/beta.vayla.fi/ {
51
+ proxy_pass https://beta.vayla.fi/;
52
+ include allowed-ips.conf;
53
+ proxy_cache ext_cache;
54
+ proxy_cache_valid 200 30s;
55
+ proxy_cache_lock on;
56
+ add_header X-Proxy-Cache $upstream_cache_status;
57
+ proxy_ignore_headers X-Accel-Expires Expires Cache-Control Set-Cookie;
58
+ proxy_cache_use_stale error timeout http_500 http_502 http_503 http_504;
59
+ }
60
+
49
61
#new livi gtfs rt (https://tyokalu.navici.com/joukkoliikenne/manual-gtfsrt/api/gtfsrt/alerts)
50
62
location /out/tyokalu.navici.com/ {
51
63
proxy_pass https://tyokalu.navici.com/;
You can’t perform that action at this time.
0 commit comments