Update robeing terminology
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
This commit is contained in:
parent
ded038b8cd
commit
97203cd7e1
@ -96,7 +96,7 @@ server {
|
|||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Robeing Gateway - API Gateway for routing to robings
|
# Robeing Gateway - API Gateway for routing to robeings
|
||||||
location ^~ /gateway/ {
|
location ^~ /gateway/ {
|
||||||
proxy_pass http://localhost:8100/;
|
proxy_pass http://localhost:8100/;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
@ -232,7 +232,7 @@ server {
|
|||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Robeing Gateway - API Gateway for routing to robings
|
# Robeing Gateway - API Gateway for routing to robeings
|
||||||
location ^~ /gateway/ {
|
location ^~ /gateway/ {
|
||||||
proxy_pass http://localhost:8100/;
|
proxy_pass http://localhost:8100/;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user