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
|
|
|
@ -5,7 +5,7 @@ server { |
|
|
|
root /usr/share/nginx/html; |
|
|
|
index index.html; |
|
|
|
|
|
|
|
location ~* \.(?:js|mjs|css|png|jpg|jpeg|gif|ico|webp|avif|svg|ttf|otf|woff|woff2|map)$ { |
|
|
|
location ~* \.(?:js|jsx|mjs|ts|tsx|css|png|jpg|jpeg|gif|ico|webp|avif|svg|ttf|otf|woff|woff2|map)$ { |
|
|
|
access_log off; |
|
|
|
etag on; |
|
|
|
|
|
|
|
|