Skip to content

Commit 1a6dc8f

Browse files
committed
Remove unused external endpoint that no longer works
1 parent 4ad5019 commit 1a6dc8f

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

external.conf

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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)
3927
location /out/vilkku.mattersoft.fi/ {
4028
proxy_pass https://vilkku.mattersoft.fi/;

0 commit comments

Comments
 (0)