1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-28 18:47:44 +00:00

nginx: fix missing headers

This commit is contained in:
RGBCube 2025-06-03 06:26:21 +03:00
parent 4b9209bc97
commit 7302727cfc
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -23,6 +23,7 @@ in {
locations."~ ^/assets/(fonts|icons|images)/".extraConfig = /* nginx */ ''
expires max;
${config.services.nginx.headers}
add_header Cache-Control $cache_header always;
'';