fixed nginx conf

This commit is contained in:
krumel
2022-02-27 01:32:53 +01:00
parent 26fddbc7b5
commit 079ee4857e

View File

@ -13,7 +13,7 @@ server {
}
location /scan/image {
try_files /tmp/image.jpg;
alias /tmp/image.jpg;
}
}