Update robeing terminology
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s

This commit is contained in:
happybell80 2025-08-21 00:02:32 +09:00
parent ded038b8cd
commit 97203cd7e1

View File

@ -96,7 +96,7 @@ server {
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/ {
proxy_pass http://localhost:8100/;
proxy_set_header Host $host;
@ -232,7 +232,7 @@ server {
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/ {
proxy_pass http://localhost:8100/;
proxy_set_header Host $host;