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] Dynamic IP address services.

2016-11-08 Thread Samuraiii
On 7.11.2016 07:17, Stroller wrote: > Can anyone recommend a free dynamic IP address service. > > I've used DynDNS in the past, but I think they discontinued their free > accounts. > > I've been using DTdns.com until recently, but have somehow managed to lock > myself out of my account, so will

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