Skip to content

Commit

Permalink
Remove test.liipi which is no longer online and prevents proxy from s…
Browse files Browse the repository at this point in the history
…tarting
  • Loading branch information
vesameskanen committed Sep 19, 2024
1 parent 3c034f7 commit 609dd3a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions external.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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/ {
Expand Down

0 comments on commit 609dd3a

Please sign in to comment.