Update install.sh

Minor fixes
This commit is contained in:
Sergei Solovev 2023-11-25 00:46:06 +03:00
parent 51ab9fe9b0
commit 21dc4fc715

View File

@ -231,12 +231,12 @@ while true; do
proxy_set_header X-Forwarded-Proto \$scheme;
}
location ~* \.(gif|jpeg|jpg|txt|png|tif|tiff|ico|jng|bmp|doc|pdf|rtf|xls|ppt|rar|rpm|swf|zip|bin|exe|dll|deb|cur)$ {
location ~* /\.(gif|jpeg|jpg|txt|png|tif|tiff|ico|jng|bmp|doc|pdf|rtf|xls|ppt|rar|rpm|swf|zip|bin|exe|dll|deb|cur)$ {
access_log off;
expires 3d;
}
location ~* \.(css|js)$ {
location ~* /\.(css|js)$ {
access_log off;
expires 180m;
}