Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Add method for users to make changes to the nginx configuration #17

Open
ezwang opened this issue Jun 16, 2017 · 1 comment
Open

Add method for users to make changes to the nginx configuration #17

ezwang opened this issue Jun 16, 2017 · 1 comment

Comments

@ezwang
Copy link
Member

ezwang commented Jun 16, 2017

Allow users to use certain nginx commands to change variables such as the max upload size, serving from static directories, etc.

@ezwang ezwang added this to the Future milestone Jun 16, 2017
@ezwang
Copy link
Member Author

ezwang commented Jun 23, 2017

This could be done by either making a parser to validate a user submitted nginx configuration, or making a model system for simple operations (static folders, redirects, etc.) and writing that out to a nginx configuration.

The latter option would be better if any changes need to be made to the default configuration, but would provide less flexibility for users.

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

No branches or pull requests

2 participants