update convert command in dev config

This commit is contained in:
2021-11-28 09:30:52 +08:00
parent ee326781df
commit 39a1402fc7
+1 -1
View File
@@ -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;