online-chat
This commit is contained in:
@ -7,6 +7,14 @@ server {
|
||||
expires 1d;
|
||||
}
|
||||
|
||||
location /uc-api/ {
|
||||
proxy_pass http://svc-user-center-v3:8080/;
|
||||
proxy_http_version 1.1;
|
||||
proxy_pass_header Authorization;
|
||||
gzip on;
|
||||
expires -1;
|
||||
}
|
||||
|
||||
error_page 404 500 502 503 504 /404.html;
|
||||
location /50x.html {
|
||||
root /usr/share/nginx/html;
|
||||
|
||||
Reference in New Issue
Block a user