* fix bag name location

This commit is contained in:
2022-01-19 14:35:54 +03:00
parent 471b5c1502
commit ec68f3549e

View File

@ -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;