@@ -177,18 +177,6 @@ location /out/lsl.mattersoft.fi/ {
177177 proxy_set_header Authorization LAHTI_BASIC_AUTH;
178178}
179179
180- #Vilkku (Kuopio) bike stations (https://tkhskuopiostrg.blob.core.windows.net/gbfs/gbfs.json)
181- location /out/tkhskuopiostrg.blob.core.windows.net/ {
182- proxy_pass https://tkhskuopiostrg.blob.core.windows.net/;
183- include allowed-ips.conf;
184- proxy_cache ext_cache;
185- proxy_cache_valid any 60s;
186- proxy_cache_lock on;
187- add_header X-Proxy-Cache $upstream_cache_status;
188- proxy_ignore_headers X-Accel-Expires Expires Cache-Control Set-Cookie;
189- proxy_cache_use_stale error timeout http_500 http_502 http_503 http_504;
190- }
191-
192180#hameenlinna gtfs rt (https://hameenlinna.mattersoft.fi/api/gtfsrealtime/v1.0/feed/tripupdate, servicealert and vehicleposition)
193181location /out/hameenlinna.mattersoft.fi/ {
194182 proxy_pass https://hameenlinna.mattersoft.fi/;
@@ -381,18 +369,6 @@ location /out/vantaa-api.giravolta.io/ {
381369 proxy_set_header Authorization GIRAVOLTA_VANTAA_AUTH;
382370}
383371
384- #Mankeli (Lahti) bike stations (https://tkhslahtistorage.blob.core.windows.net/gbfs/gbfs.json)
385- location /out/tkhslahtistorage.blob.core.windows.net/ {
386- proxy_pass https://tkhslahtistorage.blob.core.windows.net/;
387- include allowed-ips.conf;
388- proxy_cache ext_cache;
389- proxy_cache_valid any 60s;
390- proxy_cache_lock on;
391- add_header X-Proxy-Cache $upstream_cache_status;
392- proxy_ignore_headers X-Accel-Expires Expires Cache-Control Set-Cookie;
393- proxy_cache_use_stale error timeout http_500 http_502 http_503 http_504;
394- }
395-
396372#Raasepori rt (https://bosse.mattersoft.fi/api/gtfsrealtime/v1.0/feed/tripupdate, servicealert and vehicleposition)
397373location /out/bosse.mattersoft.fi/ {
398374 proxy_pass https://bosse.mattersoft.fi/;
0 commit comments