From: Kimberly <kim...@gm...> - 2019-08-12 19:33:16
|
OK, I found the problem. When changes were made to the nginx module config, it did not include the new sites-enabled in the nginx.conf file. Once I manually edited the file and included the following: include /etc/nginx/sites-enabled/*.conf; the virtual websites showed up in the module. I think all is good now and I can precede. Thanks again for all the help. On 12/08/2019 14:56, Kimberly wrote: > OK, ignore the Nginx question as well as I found the answer here: > https://www.virtualmin.com/node/39007 > > I have the config correctly but I am not seeing any symbolic links and > no virtual websites listed. I will try deleting the virtual server, > clean up stuff and make sure the config is correct and then try once > more. > > > > > > On 12/08/2019 14:40, Kimberly wrote: >> OK, ignore the question about php-fpm pools, I didn't have php-fpm set >> as the processor, once I did that, the pool was created. >> >> Now to figure out the Nginx part because i am still seeing that no >> virtual websites are listed. >> >> What does: >> >> Directory for links to new virtual host files >> >> in the module config setting used for? >> >> >> On 11/08/2019 14:03, Kimberly wrote: >>> OK, it appears to me that the virtualmin module for nginx works a bit >>> different than the third party module that I downloaded for webmin. >>> How >>> should the module be configured for virtualmin because when logged >>> in as >>> the root user and going to nginx server there are no virtual sites >>> listed. Does this nginx virtualmin module support the concept of >>> sites-available and sites-enabled? Or does all virtual sites have to be >>> under a single directory with no way to quickly disable them by >>> removing >>> the symbolic link? This new server will be the first time I have used >>> Virtualmin with Nginx; before it has just been apache. Does the owner >>> of the virtual server have the ability to directly edit the server >>> block >>> or are all settings done through the forms? >>> >>> The last question is how are php-fpm pools handled when creating the >>> virtual server? I am not seeing additional pools being created. If >>> they are, where are they located? >>> >>> >>> >>> - >>> Forwarded by the Webmin mailing list at >>> web...@li... >>> To remove yourself from this list, go to >>> http://lists.sourceforge.net/lists/listinfo/webadmin-list >> >> >> >> >> - >> Forwarded by the Webmin mailing list at >> web...@li... >> To remove yourself from this list, go to >> http://lists.sourceforge.net/lists/listinfo/webadmin-list > > > > > - > Forwarded by the Webmin mailing list at > web...@li... > To remove yourself from this list, go to > http://lists.sourceforge.net/lists/listinfo/webadmin-list |