* fix bag name location
This commit is contained in:
@ -5,7 +5,7 @@ location ~* \.(gif|svg|ico)$ {
|
|||||||
log_not_found off;
|
log_not_found off;
|
||||||
error_page 404 = /empty;
|
error_page 404 = /empty;
|
||||||
}
|
}
|
||||||
location ~* \.jpge?g$ {
|
location ~* \.jpe?g$ {
|
||||||
access_log off;
|
access_log off;
|
||||||
expires max;
|
expires max;
|
||||||
log_not_found off;
|
log_not_found off;
|
||||||
|
Reference in New Issue
Block a user