|
@@ -4,9 +4,9 @@ server {
|
|
|
server_name localhost;
|
|
|
|
|
|
error_page 500 502 503 504 /50x.html;
|
|
|
- location = /50x.html {
|
|
|
- root /usr/share/nginx/html;
|
|
|
- }
|
|
|
+ # location = /50x.html {
|
|
|
+ # root /usr/share/nginx/html;
|
|
|
+ # }
|
|
|
|
|
|
# 用户
|
|
|
location /user/ {
|
|
@@ -14,7 +14,7 @@ server {
|
|
|
}
|
|
|
|
|
|
# crsvc
|
|
|
- location / {
|
|
|
+ location /cr/ {
|
|
|
proxy_pass http://cr-svc:6123/crsvc/;
|
|
|
}
|
|
|
|