Update production.conf

This commit is contained in:
Ivan 2025-03-20 14:05:35 +03:00
parent ebc6740e35
commit cda3b70227

View File

@ -77,6 +77,7 @@ server {
}
location /assets/ {
proxy_pass http://innerreact/assets/;
expires 1y;
add_header Cache-Control "public, max-age=31536000, immutable";
}