Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tsm-orchestration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UFZ TSM
tsm-orchestration
Commits
f04fa8fd
Commit
f04fa8fd
authored
8 months ago
by
Maximilian Schaldach
Browse files
Options
Downloads
Patches
Plain Diff
adjust internal service port
parent
ab5a5af8
No related branches found
No related tags found
1 merge request
!180
Resolve "Switch to HubTerra TSMDL"
Pipeline
#403478
failed
8 months ago
Stage: integration
Stage: end-to-end
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nginx/locations/locations.conf
+1
-1
1 addition, 1 deletion
nginx/locations/locations.conf
with
1 addition
and
1 deletion
nginx/locations/locations.conf
+
1
−
1
View file @
f04fa8fd
...
...
@@ -53,7 +53,7 @@ location /object-storage/ {
}
location
/
tsmdl
/ {
proxy_pass
http
://
tsmdl
.:
800
0
/;
proxy_pass
http
://
tsmdl
.:
800
1
/;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
proxy_set_header
Host
$
host
;
proxy_set_header
X
-
Forwarded
-
Proto
$
scheme
;
...
...
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