Skip to content
Snippets Groups Projects
Commit f04fa8fd authored by Maximilian Schaldach's avatar Maximilian Schaldach :cactus:
Browse files

adjust internal service port

parent ab5a5af8
No related branches found
No related tags found
1 merge request!180Resolve "Switch to HubTerra TSMDL"
Pipeline #403478 failed
......@@ -53,7 +53,7 @@ location /object-storage/ {
}
location /tsmdl/ {
proxy_pass http://tsmdl.:8000/;
proxy_pass http://tsmdl.:8001/;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Proto $scheme;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment