Re: [gentoo-user] How to get nginx serving pages?

2016-11-08 Thread Peter Humphrey
On Tuesday 08 Nov 2016 13:06:32 Alan McKinnon wrote: > On 08/11/2016 10:48, Peter Humphrey wrote: > > On Monday 07 Nov 2016 12:17:05 Poison BL. wrote: > >> From the configuration in the aforementioned guide: > >> > >> server { > >> > >> listen 127.0.0.1; > >>

Re: [gentoo-user] How to get nginx serving pages?

2016-11-08 Thread Peter Humphrey
On Tuesday 08 Nov 2016 13:06:32 Alan McKinnon wrote: > On 08/11/2016 10:48, Peter Humphrey wrote: > > On Monday 07 Nov 2016 12:17:05 Poison BL. wrote: > >> From the configuration in the aforementioned guide: > >> > >> server { > >> > >> listen 127.0.0.1; > >>

Re: [gentoo-user] How to get nginx serving pages?

2016-11-08 Thread Alan McKinnon
On 08/11/2016 10:48, Peter Humphrey wrote: > On Monday 07 Nov 2016 12:17:05 Poison BL. wrote: > >> From the configuration in the aforementioned guide: >> >> server { >> listen 127.0.0.1; >> server_name localhost; >> >> access_log

Re: [gentoo-user] How to get nginx serving pages?

2016-11-08 Thread Peter Humphrey
On Monday 07 Nov 2016 12:17:05 Poison BL. wrote: > From the configuration in the aforementioned guide: > > server { > listen 127.0.0.1; > server_name localhost; > > access_log /var/log/nginx/localhost.access_log main; > error_log

Re: [gentoo-user] How to get nginx serving pages?

2016-11-07 Thread Poison BL.
On Mon, Nov 7, 2016 at 11:20 AM, Peter Humphrey wrote: > Hello list, > > Several years ago I set up an apache2 web server to host a development site, > and I had quite a struggle to get it all set up. Now I want to do it again, > but I decided to try nginx instead. I've