Browse Source

* fix bag name location

master
parent
commit
ec68f3549e
  1. 2
      config/nginx/includes.d/staticfiles.conf

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

Loading…
Cancel
Save