online-chat

This commit is contained in:
Shao Huan Qing
2021-06-02 20:44:54 +08:00
parent d567aa9e0e
commit 0fd417ce1a
17 changed files with 648 additions and 8 deletions

View File

@ -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;