Fix live2d's bug;Add docker images

This commit is contained in:
Harry-zklcdc 2019-09-08 01:08:54 +08:00
parent 43a8e39c21
commit 970dcd58d0

View File

@ -6,6 +6,11 @@ location /api {
include api_proxy.conf;
}
location /api/live2d {
proxy_pass http://oj-forum/api/live2d;
index index.html index.htm index.php;
}
location /admin {
root /app/dist/admin;
try_files $uri $uri/ /index.html =404;