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 # cache static files
location ~* \.(jpg|jpeg|gif|png|css|js|ico)$ { location ~* \.(jpg|jpeg|gif|png|webp|bmp|css|js|ico)$ {
root /var/www; root /var/www;
access_log off; access_log off;
expires 30d; expires 30d;