From 39a1402fc755cdd7725f7b4f4ff6773a3b1e76d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Sun, 28 Nov 2021 09:30:52 +0800 Subject: [PATCH] update `convert` command in dev config --- music-room-dev.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music-room-dev.conf b/music-room-dev.conf index 428ae5e..54663cc 100644 --- a/music-room-dev.conf +++ b/music-room-dev.conf @@ -14,7 +14,7 @@ server { set $task_server "http://127.0.0.1:8080"; # task server host set $hty_uc_host "https://${servername}"; #htyuc host set $resty_loc "/usr/local/openresty"; - set $convert "/usr/local/bin/convert"; + set $convert "/usr/bin/convert"; location / { try_files $uri $uri/ /index.html;