fix convert find logic

This commit is contained in:
2021-11-20 03:51:39 +08:00
parent eaefe07636
commit 2a5c21d4ed
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -53,6 +53,7 @@ server {
#set $resty_loc "/usr/local/openresty";
set $resty_loc "/usr/local/opt/openresty"; # MacOS
set $convert "/usr/local/bin/convert";
location / {
try_files $uri $uri/ /index.html;