1.修复创建多个向量库2.查看试卷没有用户答案3.向量化自动出题
This commit is contained in:
8
default
8
default
@@ -27,13 +27,6 @@ server {
|
||||
root /var/www/html;
|
||||
index index.html;
|
||||
|
||||
# 文件直接访问路径 - ^~ 表示前缀匹配且优先级高于正则
|
||||
location ^~ /files/ {
|
||||
alias /opt/deploy/uploads/;
|
||||
add_header Cache-Control "public, max-age=604800";
|
||||
try_files $uri $uri/ =404;
|
||||
}
|
||||
|
||||
# 静态资源
|
||||
location ~* \.(js|css|svg|png|jpg|woff|ttf)$ {
|
||||
expires 7d;
|
||||
@@ -62,3 +55,4 @@ server {
|
||||
proxy_set_header Connection '';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user