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
Hello, Thank you for this useful plugin. You should probably state somewhere in the README that this feature is built-in in Dokku 0.23+: https://dokku.com/docs/networking/proxies/nginx/#specifying-a-custom-client_max_body_size If you set the max_upload_size both with Dokku and this plugin, you get an error when you try to redeploy:
max_upload_size
"client_max_body_size" directive is duplicate in /home/dokku/your-app/nginx.conf.d/upload.conf:1
(this is not really an issue, just a heads up 😉 )
The text was updated successfully, but these errors were encountered:
For anyone wondering, how to get rid of the issue after uninstalling the plugin, you'll need to manually remove upload.conf file:
upload.conf
sudo rm /home/dokku/APP_NAME/nginx.conf.d/upload.conf
Sorry, something went wrong.
No branches or pull requests
Hello,
Thank you for this useful plugin. You should probably state somewhere in the README that this feature is built-in in Dokku 0.23+: https://dokku.com/docs/networking/proxies/nginx/#specifying-a-custom-client_max_body_size
If you set the
max_upload_size
both with Dokku and this plugin, you get an error when you try to redeploy:(this is not really an issue, just a heads up 😉 )
The text was updated successfully, but these errors were encountered: