diff --git a/external.conf b/external.conf index efb06f5..fe4fd83 100644 --- a/external.conf +++ b/external.conf @@ -22,30 +22,6 @@ location /out/data.foli.fi/ { proxy_cache_use_stale error timeout http_500 http_502 http_503 http_504; } -#park api https://parking.fintraffic.fi/api/v1/facilities.json?limit=-1 -location /out/parking.fintraffic.fi/ { - proxy_pass https://parking.fintraffic.fi/; - include allowed-ips.conf; - proxy_cache ext_cache; - proxy_cache_valid 200 30s; - proxy_cache_lock on; - add_header X-Proxy-Cache $upstream_cache_status; - proxy_ignore_headers X-Accel-Expires Expires Cache-Control Set-Cookie; - proxy_cache_use_stale error timeout http_500 http_502 http_503 http_504; -} - -#test park api https://parking-test.fintraffic.fi/api/v1/facilities.json?limit=-1 -location /out/parking-test.fintraffic.fi/ { - proxy_pass https://parking-test.fintraffic.fi/; - include allowed-ips.conf; - proxy_cache ext_cache; - proxy_cache_valid 200 30s; - proxy_cache_lock on; - add_header X-Proxy-Cache $upstream_cache_status; - proxy_ignore_headers X-Accel-Expires Expires Cache-Control Set-Cookie; - proxy_cache_use_stale error timeout http_500 http_502 http_503 http_504; -} - #hsl park api https://p.hsl.fi/api/v1/facilities.json?limit=-1 location /out/p.hsl.fi/ { proxy_pass https://p.hsl.fi/;