diff --git a/conf/nginx.conf b/conf/nginx.conf index a0b66e9..2925a33 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -17,6 +17,9 @@ } location __PATH__/ { + + alias __INSTALL_DIR__/; + include uwsgi_params; # Needed for long running operations in admin interface uwsgi_read_timeout 3600;