This commit is contained in:
2022-03-09 02:16:35 +08:00
parent 0a09a0f619
commit a90735d308
+1 -1
View File
@@ -12,7 +12,7 @@ server {
ssl_certificate /etc/letsencrypt/live/moicen.com/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/moicen.com/privkey.pem; # managed by Certbot
set $tmp_file_dir "/file_upload/"; # 文件存储路径
set $tmp_file_dir "/file_upload"; # 文件存储路径
set $task_server "http://127.0.0.1:8080"; # task server host
set $htyuc "http://127.0.0.1:3000"; #htyuc host
set $resty_loc "/usr/local/openresty";