From ec68f3549e76b2d134f95e6788d4bf3dbbbce1c9 Mon Sep 17 00:00:00 2001 From: Alex Prokopenko Date: Wed, 19 Jan 2022 14:35:54 +0300 Subject: [PATCH] * fix bag name location --- config/nginx/includes.d/staticfiles.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nginx/includes.d/staticfiles.conf b/config/nginx/includes.d/staticfiles.conf index ed6c7ea..52d46dd 100644 --- a/config/nginx/includes.d/staticfiles.conf +++ b/config/nginx/includes.d/staticfiles.conf @@ -5,7 +5,7 @@ location ~* \.(gif|svg|ico)$ { log_not_found off; error_page 404 = /empty; } -location ~* \.jpge?g$ { +location ~* \.jpe?g$ { access_log off; expires max; log_not_found off;