Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions apps/website/.docker/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@ server {

try_files $uri $uri/ /index.html =404;
}

location ~* \.(?:ico|css|js|gif|jpe?g|png|woff2?|eot|ttf|svg|otf|webp)$ {
expires 1y;
add_header Cache-Control "public";
}
}