Skip to content
New issue

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

This is built-in in Dokku 0.23+ #3

Open
bfontaine opened this issue Dec 20, 2022 · 1 comment
Open

This is built-in in Dokku 0.23+ #3

bfontaine opened this issue Dec 20, 2022 · 1 comment

Comments

@bfontaine
Copy link

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:

"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 😉 )

@fnceba
Copy link

fnceba commented May 27, 2024

For anyone wondering, how to get rid of the issue after uninstalling the plugin, you'll need to manually remove upload.conf file:

sudo rm /home/dokku/APP_NAME/nginx.conf.d/upload.conf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants