[web2py] Re: setup-web2py-nginx-uwsgi-centos7.sh

2018-02-20 Thread Dave S
On Monday, February 19, 2018 at 9:41:27 AM UTC-8, lucas wrote: > > hello one and all, > > i have run bash shell script "setup-web2py-nginx-uwsgi-centos7.sh" from > under web2py scripts on centos 7.4, web2py 2.16.1, and nginx 1.12.2. and > everything is working for a single domain. ssl and comod

[web2py] Re: setup-web2py-nginx-uwsgi-centos7.sh

2018-02-19 Thread Val K
if you want to have other domains - just add sever blocks (block per domain) with server_name www.mydom.com (or you can use regex to hold several doamins by one sever block ); If you want to have web2py app per doamin - specify location in more explicit form - /myapp/ instead just / see th