Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
30da8e53
Commit
30da8e53
authored
1 year ago
by
Reinder Kraaij
Browse files
Options
Downloads
Patches
Plain Diff
Proxies Minio TMSS FrontEnd Acceptence Environment Bucket
parent
bb85aa37
No related branches found
No related tags found
1 merge request
!1329
Proxies Minio TMSS FrontEnd Acceptence Environment Bucket
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-4
0 additions, 4 deletions
.gitlab-ci.yml
SAS/TMSS/deploy/tmss/nginx/default.conf
+9
-0
9 additions, 0 deletions
SAS/TMSS/deploy/tmss/nginx/default.conf
with
9 additions
and
4 deletions
.gitlab-ci.yml
+
0
−
4
View file @
30da8e53
...
...
@@ -82,8 +82,6 @@ variables:
#
prepare_ci_base_docker_image
:
stage
:
prepare-base
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
!~
/Front-End-Only/'
before_script
:
-
*prepare_registry
script
:
...
...
@@ -108,8 +106,6 @@ prepare_ci_base_ubuntu_docker_image:
#
prepare_ci_docker_image
:
stage
:
prepare
rules
:
-
if
:
'
$CI_COMMIT_BRANCH
!~
/Front-End-Only/'
needs
:
-
prepare_ci_base_docker_image
before_script
:
...
...
This diff is collapsed.
Click to expand it.
SAS/TMSS/deploy/tmss/nginx/default.conf
+
9
−
0
View file @
30da8e53
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment