-
Notifications
You must be signed in to change notification settings - Fork 9
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
Base code and room for improvment #7
Comments
I just installed virtualmin nginx module according to https://www.virtualmin.com/documentation/web/nginx
|
Initially I planned to create module that only manages FPM. But lurking through the core Nginx module code revealed that adding new PHP execution mode will require it's modification. So I created module that manages both Nginx and FPM configs for domains.
|
2 and 3 need investigation. |
|
|
Well what i need is to let the user modify php settings per virtualhost via UI the way the he can when apache or nginx module is used |
Well if we talk about this http://php.net/manual/en/configuration.file.per-user.php, then this typo of files can be easily created and modified through built in filemanager :D |
Sure it does, just wanted to put it out there in case you were interested :) |
Yep, making module better is a good thing :) |
Thanks, that would be great :) |
What CMS you use for your two servers? |
One of the applications is a custom frameworks that required lots of custom configs. No way to make it generic :). The others are Moodle and Magento, the default config works just fine but they both had some additional customization in their .htaccess that needed to be ported to nginx.
|
As far as I can see theese are configs ready to be used by Nginx. |
Yes that would be a very good quick solution. |
I check the source code of the module, and it seems that you have started almost from scratch. So i was wondering why you haven't used source code of nginx-webmin module or Apache module.
https://github.com/vixh/nginx-webmin
https://github.com/lewellyn/virtualmin-nginx
The text was updated successfully, but these errors were encountered: