Live Activity dashboard

2020-02-20 Thread satay
Hi, Does the opensource nginx provide the live activity dashboard similar to the plus veriosn? All I know is "stub_status". Thanks Posted at Nginx Forum: https://forum.nginx.org/read.php?2,287078,287078#msg-287078 ___ nginx mailing list nginx@nginx

Re: Nginx php reverse proxy problem

2020-02-20 Thread Francis Daly
On Thu, Feb 20, 2020 at 08:10:14AM -0500, adrian.hilt wrote: Hi there, > Thanks, I just tried and it didn't work. What config do you use? What request do you make? What response do you get? What response do you want instead? > If I use the ip to access I don't have any problem, when it goes

Re: Nginx Valid Referer - Access Control - Help Wanted

2020-02-20 Thread Francis Daly
On Wed, Feb 19, 2020 at 06:30:39PM -0500, AshleyinSpain wrote: > Francis Daly Wrote: > > On Thu, Feb 06, 2020 at 06:02:50PM -0500, AshleyinSpain wrote: Hi there, > > > I am trying to block direct access to any URL with a directory > > /radio/ > > > > > > The URLs look like sub.domain.tld/radio/1

Re: Nginx php reverse proxy problem

2020-02-20 Thread adrian.hilt
Thanks, I just tried and it didn't work. If I use the ip to access I don't have any problem, when it goes throw nginx is the problem. Maybe are there some parameters in the php config of my server that I need to change? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,287003,287071#msg-

shared location for fastcgi_temp_path and client_body_temp_path

2020-02-20 Thread DURIEUX STEPHANE
Hello, We are running several instances of nginx for the same application. We would like to knox if it is safe to share a common storage location for thoses instances for fastcgi_temp_path and client_body_temp_path parameters. Are the chunk files generated unique for each instance ? Regards St