Skip to content
Snippets Groups Projects
Commit 6742c4ab authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

Merge branch 'master' of git.astron.nl:ro/lofar

parents 596969ee 891e17d7
No related branches found
No related tags found
No related merge requests found
......@@ -257,6 +257,8 @@ build_Docker:
stage: build
image: ${REGISTRY_PATH}/ci_base_docker:$CI_COMMIT_SHORT_SHA
allow_failure: false
rules:
- if: '$CI_COMMIT_BRANCH !~ /Front-End-Only/'
script:
- pwd
- PACKAGE="Docker" # required to create Dockerfiles from the Dockerfile templates
......@@ -323,6 +325,8 @@ build_lofar_pulp:
build_lofar_tbbwriter_control:
stage: build
rules:
- if: '$CI_COMMIT_BRANCH !~ /Front-End-Only/'
before_script:
- *prepare_registry
script:
......
......@@ -23,6 +23,15 @@ server {
access_log off;
}
location /acc/ {
proxy_pass http://monitor.control.lofar:9000/tmss-frontend-web-acceptance/build/;
proxy_set_header Host tmss.lofar.eu;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
location @proxy_to_app {
proxy_pass http://django;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment