diff --git a/ui/nginx.conf b/ui/nginx.conf index adc394a28aa..a41ee5bd5b4 100644 --- a/ui/nginx.conf +++ b/ui/nginx.conf @@ -49,6 +49,9 @@ http { expires 1y; add_header Cache-Control "public, immutable"; } + location ^~ /ui/assets/ { + alias /usr/share/nginx/html/assets/; + } location = /favicon.ico { try_files $uri =404; expires 1d;