Re: Use sub-url to identify the different server

2019-02-10 Thread nevereturn01
Hi Francis, Thanks for your suggestions. The rule seems to work. Thanks very much! Posted at Nginx Forum: https://forum.nginx.org/read.php?2,282615,282975#msg-282975 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/ng

Re: Server fails to start with unknown variable in log

2019-02-10 Thread Adami
Thanks for that thought it lead me to check for any reference to "GeoIP" in the nginx.conf and discovered a link tucked away. Simple removal solved it. Thanks for the lead. Regards, Adam Posted at Nginx Forum: https://forum.nginx.org/read.php?2,282966,282968#msg-282968 _

Re: Server fails to start with unknown variable in log

2019-02-10 Thread Francis Daly
On Sun, Feb 10, 2019 at 03:49:45PM +, Adam wrote: Hi there, > Performing sanity check on nginx configuration: > nginx: [emerg] unknown "allow_visit" variable > nginx: configuration file /usr/local/etc/nginx/nginx.conf test failed > So I ran: > > cat /usr/local/etc/nginx/nginx.conf | grep "a

Server fails to start with unknown variable in log

2019-02-10 Thread Adam
Hi, Since GeoIP community database was removed by Maxmind I wanted to remove GeoIP from my nginx.conf file. On running a start I get the following error: Performing sanity check on nginx configuration: nginx: [emerg] unknown "allow_visit" variable nginx: configuration file /usr/local/etc/nginx/