From 7fda917c66ec8a66abac865986063855ebf7d888 Mon Sep 17 00:00:00 2001 From: "Alexander Demidov (Vostro)" Date: Mon, 8 Jul 2019 14:15:51 +0300 Subject: [PATCH] staticfiles comment fix --- staticfiles.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staticfiles.conf b/staticfiles.conf index 1563c71..2cdbc5a 100644 --- a/staticfiles.conf +++ b/staticfiles.conf @@ -8,7 +8,7 @@ location ~* \.(jpg|jpeg|gif|png|svg|ico)$ { #location ~ ^/\d*.jpg$ { # default_type 'image/jpeg'; # content_by_lua_file image.lua; - } + #} } #location ~ ^/\d*.html$ { # rewrite_by_lua_file redirect_to_product.lua;