diff --git a/playbooks/templates/scan_image.conf b/playbooks/templates/scan_image.conf index 4616775..5437aea 100644 --- a/playbooks/templates/scan_image.conf +++ b/playbooks/templates/scan_image.conf @@ -13,7 +13,7 @@ server { } location /scan/image { - try_files /tmp/image.jpg; + alias /tmp/image.jpg; } } \ No newline at end of file