diff --git a/conf/nginx.conf b/conf/nginx.conf index 6798c99..029404a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -2,13 +2,11 @@ location __PATH__/static/ { # Service static files by nginx # e.g.: /var/www/$app/static - alias __INSTALL_DIR__/static/; + alias __INSTALL_DIR__/public/static/; expires 30d; } location __PATH__/ { - # https://github.com/benoitc/gunicorn/blob/master/examples/nginx.conf - # this is needed if you have file import via upload enabled client_max_body_size 100M;