From cda3b70227cc9bd5ceed67240864dcc77bf541cf Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Thu, 20 Mar 2025 14:05:35 +0300 Subject: [PATCH] Update production.conf --- nginx/production.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx/production.conf b/nginx/production.conf index b3a9b03f..fd4beb58 100644 --- a/nginx/production.conf +++ b/nginx/production.conf @@ -77,6 +77,7 @@ server { } location /assets/ { + proxy_pass http://innerreact/assets/; expires 1y; add_header Cache-Control "public, max-age=31536000, immutable"; }