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; }