We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serving the files via gunicorn is much slower than directly from the web server/ngnix
We optimised this in insights-ng. See example in insights-ng:
insights salt file:
dokku storage:ensure-directory insights_static dokku storage:mount insights-ng /var/lib/dokku/data/storage/insights_static:/insights_static
insights_ngnix_static_conf: file.managed: - name: /home/dokku/insights/nginx.conf.d/static.conf - source: salt://nginx/insights_static.conf - require: - cmd: insights_create_app
static.conf:
location /static/ { alias /var/lib/dokku/data/storage/insights_static/; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Serving the files via gunicorn is much slower than directly from the web server/ngnix
We optimised this in insights-ng. See example in insights-ng:
insights salt file:
static.conf:
The text was updated successfully, but these errors were encountered: