From 372851caaf6c94094db792a7545a4b57822cf6be Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Fri, 26 Aug 2022 20:25:55 +0200 Subject: [PATCH] Tweak sample nginx conf --- docs/install.md | 1 + 1 file changed, 1 insertion(+) 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; } # [...]