mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update nginx.conf
This commit is contained in:
parent
af76114051
commit
d9d5e5b843
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user