diff --git a/external.conf b/external.conf index f4f61fd..3bfe28d 100644 --- a/external.conf +++ b/external.conf @@ -35,16 +35,16 @@ location /out/p.hsl.fi/ { } #hsl test park api https://test.liipi.hsldev.com/api/v1/facilities.json?limit=-1 -location /out/test.liipi.hsldev.com/ { - proxy_pass https://test.liipi.hsldev.com/; - 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; -} +#location /out/test.liipi.hsldev.com/ { +# proxy_pass https://test.liipi.hsldev.com/; +# 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; +#} #oulu realtime api (http://92.62.36.215/RTIX/trip-update) location /out/92.62.36.215/ {