It depends, are you going to have SSL certificates??, 1 or multiples?? If you reuse the same I suggest you configure your different site with individual subdomain name and create a single certificate for all the subdomain. If you have single certificate, so multiple certificate for same IP, you will need to look on the side of SNI SSL cerficiates and how to create those... Once the SSL part is done it pretty straigh foward to configure nginx, you almost basically just copy/paste your server block and adapt it with particular certificates locations and url parsing...
Richard On Mon, Apr 23, 2018 at 3:36 PM, pbreit <[email protected]> wrote: > What's the current advice on running multiple domains on one server having > setup with this script: > https://github.com/web2py/web2py/blob/master/scripts/ > setup-web2py-nginx-uwsgi-ubuntu.sh > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://code.google.com/p/web2py/issues/list (Report Issues) > --- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

