Commit 0ca20168 authored by 智勇's avatar 智勇
parents d357f347 e6f8adac
......@@ -12,6 +12,9 @@ server {
location / {
expires -1;
if ($request_filename ~ \.(css|js|png|gif|jpg|jpeg|bmp|ico)$) {
expires 30d;
}
set_by_lua $rootPath '
local pre = "/home/quant_group/";
local sys = os.getenv("SYSTEM_NAME");
......
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