Update nginx.conf

This commit is contained in:
Roman Kelesidis 2023-09-30 19:40:34 +07:00
parent af76114051
commit d9d5e5b843

View File

@ -115,7 +115,7 @@ http {
# }
# cache static files
location ~* \.(jpg|jpeg|gif|png|css|js|ico)$ {
location ~* \.(jpg|jpeg|gif|png|webp|bmp|css|js|ico)$ {
root /var/www;
access_log off;
expires 30d;
@ -151,4 +151,4 @@ http {
deny all;
}
}
}
}