From 079ee4857e730bb5290b36e45ea71a94b3abe07e Mon Sep 17 00:00:00 2001 From: krumel Date: Sun, 27 Feb 2022 01:32:53 +0100 Subject: [PATCH] fixed nginx conf --- playbooks/templates/scan_image.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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