fix
This commit is contained in:
+2
-2
@@ -9,8 +9,8 @@ server {
|
||||
ssl_certificate_key /etc/letsencrypt/live/test-music-room.moicen.com/privkey.pem; # managed by Certbot
|
||||
|
||||
set $tmp_file_dir "/file_upload/"; # 文件存储路径
|
||||
set $task_server "http://localhost:8080"; # task server host
|
||||
set $htyuc "http://localhost:3000"; #htyuc host
|
||||
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";
|
||||
set $convert "/usr/bin/convert";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user