Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Sep 19, 2024
1 parent e8522ae commit 95b1276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/dev-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- hotfix
pull_request:
branches:
- master
Expand Down Expand Up @@ -36,4 +37,4 @@ jobs:
env:
DOCKER_USER: ${{ secrets.DOCKER_USER }}
DOCKER_AUTH: ${{ secrets.DOCKER_AUTH }}
DOCKER_BASE_TAG: latest
DOCKER_BASE_TAG: hotfix
12 changes: 0 additions & 12 deletions external.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,6 @@ location /out/p.hsl.fi/ {
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

0 comments on commit 95b1276

Please sign in to comment.