From 2710d453f5ee604e617ff2412fa300b460db8a36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Th=C3=A9o=20LAURET?= Date: Thu, 18 Apr 2024 09:24:58 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 029404a..25f8c79 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,7 +1,7 @@ location __PATH__/static/ { # Service static files by nginx - # e.g.: /var/www/$app/static + # e.g.: /var/www/$app/public/static alias __INSTALL_DIR__/public/static/; expires 30d; }