This commit is contained in:
2021-11-28 16:29:59 +08:00
parent b2e8950853
commit e96fe1749c
+2 -2
View File
@@ -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";