Commit 99c799ac authored by 智勇's avatar 智勇

up

parent 1d33306f
...@@ -13,7 +13,7 @@ server { ...@@ -13,7 +13,7 @@ server {
location / { location / {
expires -1; expires -1;
set_by_lua $rootPath ' set_by_lua $rootPath '
local pre = "/home/quant_group/code/"; local pre = "/home/quant_group/";
local sys = os.getenv("SYSTEM_NAME"); local sys = os.getenv("SYSTEM_NAME");
return pre..sys.."/dist" return pre..sys.."/dist"
'; ';
......
...@@ -33,5 +33,5 @@ http { ...@@ -33,5 +33,5 @@ http {
#gzip on; #gzip on;
include /etc/nginx/conf.d/*.conf; include /usr/local/openresty/nginx/conf/conf.d/*.conf;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment