Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove old liipi endpoints #258

Merged
merged 1 commit into from
Sep 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions external.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,30 +22,6 @@ location /out/data.foli.fi/ {
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/;
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 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;
#}

#oulu realtime api (http://92.62.36.215/RTIX/trip-update)
location /out/92.62.36.215/ {
proxy_pass http://92.62.36.215/;
Expand Down
Loading