自定义表情存储目录改到data里

This commit is contained in:
John Smith
2022-03-01 22:13:25 +08:00
parent 9f8f238426
commit 618164d77d
8 changed files with 31 additions and 22 deletions

View File

@@ -124,6 +124,9 @@ server {
# 如果文件不存在,交给前端路由
try_files $uri $uri/ /index.html;
}
location /emoticons {
alias /PATH/TO/BLIVECHAT/data/emoticons;
}
# 动态API
location /api {
proxy_pass http://blivechat;