Re: Error with nginx reverse proxy setup

2017-03-18 Thread Anoop Alias
Are you sure you don't have a default vhost? Try adding a server name and input the server name in browser so you are sure you are hitting the correct server {} in the config. Or if you want to use IP ensure the vhost you add is the default. On 19-Mar-2017 8:35 AM, "Jun Chen via nginx" wrote: >

Error with nginx reverse proxy setup

2017-03-18 Thread Jun Chen via nginx
Hi All, I am setting my first reverse proxy by following online posts. The problem is that when I type the http://my_ip_address/my_rev and it returns an 404 error: Not Found The requested URL was not found on the server.If you entered the URL manually please check your spelling and try again. He

Re: Illumos/SmartOS/Solaris issue when using eventport and keepalive at the same time

2017-03-18 Thread James
On 17/03/2017 13:09, Maxim Dounin wrote: Hello! There are problems with eventport implementation, known for at least several years now, and these can be easily reproduced by running our test suite with 'use eventport' added to test configurations. If I recall correctly, upstream keepalive is n

Re: Illumos/SmartOS/Solaris issue when using eventport and keepalive at the same time

2017-03-18 Thread Peter Toth
Great, thanks for clarifying this. On Sat, Mar 18, 2017 at 2:09 AM, Maxim Dounin wrote: > Hello! > > On Fri, Mar 17, 2017 at 11:46:46AM +1300, Peter Toth wrote: > > > There is a lock-up issue on Solaris derived operating systems when using > > "keepalive" and "use eventport" configuration direct