fixed nginx conf
This commit is contained in:
@ -13,7 +13,7 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location /scan/image {
|
location /scan/image {
|
||||||
try_files /tmp/image.jpg;
|
alias /tmp/image.jpg;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user