修复 nginx 变量替换

This commit is contained in:
whyour
2023-05-26 17:08:40 +08:00
parent 49ed5c6632
commit 79fd4ec58f
2 changed files with 9 additions and 4 deletions
+2 -1
View File
@@ -51,9 +51,10 @@ server {
gzip_comp_level 6;
gzip_buffers 16 8k;
gzip_http_version 1.0;
QL_ROOT_CONFIG
location QL_BASE_URL_LOCATION {
QL_ROOT_OR_ALIAS /ql/static/dist;
QL_ALIAS_CONFIG
index index.html index.htm;
try_files $uri QL_BASE_URLindex.html;
}