Custom Nginx Directives
Discuss
2
Posts
2
Posters
22
Views
2
Watching
-
Is there any way to add custom nginx directives/modifications on a per-app basis that will stick?
For example, if I wanted to limit the upload file size for a particular Cloudron app, I would modify the HTTP body size in the nginx config. However, this would be overwritten by Cloudron the next time the nginx conf file was reloaded.
Is there a way to make these changes/directives permanent?