diff --git a/docs/install.md b/docs/install.md index 2a6a85c..00448d2 100644 --- a/docs/install.md +++ b/docs/install.md @@ -153,6 +153,7 @@ server { # path for static files rewrite ^/static/(.*) /$1 break; root /path/to/your-domain.tld/app/static/; + expires 1y; } # [...]