Browse Source

Update packages/web/infra/default.conf

Co-authored-by: Copilot <[email protected]>
pull/786/head
Dan Ditomaso 11 months ago
committed by GitHub
parent
commit
c2d98bff8d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      packages/web/infra/default.conf

2
packages/web/infra/default.conf

@ -9,7 +9,7 @@ server {
access_log off;
etag on;
expires 1y;
expires 3M;
add_header Cache-Control "public, immutable";
try_files $uri =404;
}

Loading…
Cancel
Save