mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
Add a recommendation about static files in production to the guide
This commit is contained in:
parent
3a907d175f
commit
8dd6ce8357
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ Static handlers are a built-in REST handler for serving files. They
|
|||
are available as a convenience and provide fast file serving with
|
||||
proper cache handling.
|
||||
|
||||
It is recommended to use a Content Distribution Network (CDN) or at
|
||||
least a dedicated file server running on a dedicated cookie-less
|
||||
hostname for serving your application's static files in production.
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue