File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,18 +23,6 @@ location /out/oulu.mattersoft.fi/ {
2323 proxy_set_header Authorization OULU_RT_BASIC_AUTH;
2424}
2525
26- #new livi gtfs rt (https://tyokalu.navici.com/joukkoliikenne/manual-gtfsrt/api/gtfsrt/alerts)
27- location /out/tyokalu.navici.com/ {
28- proxy_pass https://tyokalu.navici.com/;
29- include allowed-ips.conf;
30- proxy_cache ext_cache;
31- proxy_cache_valid 200 30s;
32- proxy_cache_lock on;
33- add_header X-Proxy-Cache $upstream_cache_status;
34- proxy_ignore_headers X-Accel-Expires Expires Cache-Control Set-Cookie;
35- proxy_cache_use_stale error timeout http_500 http_502 http_503 http_504;
36- }
37-
3826#kuopio gtfs rt (https://vilkku.mattersoft.fi/api/gtfsrealtime/v1.0/feed/tripupdate)
3927location /out/vilkku.mattersoft.fi/ {
4028 proxy_pass https://vilkku.mattersoft.fi/;
You can’t perform that action at this time.
0 commit comments