Dan Ditomaso
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
packages/web/infra/default.conf
|
|
@ -9,7 +9,7 @@ server { |
|
|
access_log off; |
|
|
access_log off; |
|
|
etag on; |
|
|
etag on; |
|
|
|
|
|
|
|
|
expires 1y; |
|
|
expires 3M; |
|
|
add_header Cache-Control "public, immutable"; |
|
|
add_header Cache-Control "public, immutable"; |
|
|
try_files $uri =404; |
|
|
try_files $uri =404; |
|
|
} |
|
|
} |
|
|
|