fix convert find logic
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user