|
@@ -140,9 +140,9 @@ server {
|
|
#location ~ ^/battle/ {
|
|
#location ~ ^/battle/ {
|
|
# proxy_pass http://battle-svc:9001;
|
|
# proxy_pass http://battle-svc:9001;
|
|
#}
|
|
#}
|
|
- #location ~ ^/shareaward/ {
|
|
|
|
- # proxy_pass http://shareaward-svc:9001;
|
|
|
|
- #}
|
|
|
|
|
|
+ location ~ ^/shareaward/ {
|
|
|
|
+ proxy_pass http://shareaward-svc:9001;
|
|
|
|
+ }
|
|
#location ~ ^/precious/ {
|
|
#location ~ ^/precious/ {
|
|
# proxy_pass http://precious-svc:9001;
|
|
# proxy_pass http://precious-svc:9001;
|
|
#}
|
|
#}
|