Re: Why does nginx strip trailing headers from a proxied backend? How can I prevent it?

2020-06-09 Thread Alan Chandler
On 09/06/2020 02:51, Maxim Dounin wrote: Hello! On Mon, Jun 08, 2020 at 10:29:23PM +0100, Alan Chandler wrote: On 08/06/2020 21:58, Maxim Dounin wrote: On Mon, Jun 08, 2020 at 08:57:56PM +0100, Alan Chandler wrote: I have nginx acting as the static file server for a single page web app I

Re: Why does nginx strip trailing headers from a proxied backend? How can I prevent it?

2020-06-08 Thread Alan Chandler
On 08/06/2020 21:58, Maxim Dounin wrote: Hello! On Mon, Jun 08, 2020 at 08:57:56PM +0100, Alan Chandler wrote: I have nginx acting as the static file server for a single page web app I am developing. It acts as a proxy server for the "/api" portion on my url space. Trailer

Why does nginx strip trailing headers from a proxied backend? How can I prevent it?

2020-06-08 Thread Alan Chandler
I have nginx acting as the static file server for a single page web app I am developing. It acts as a proxy server for the "/api" portion on my url space. The backend server is running on a different port on local host and is nodejs based.. I'm using nginx as an http2 front end and using http

Re: Serving wordpress from subdomain

2014-05-15 Thread Alan Chandler
ion path equals the final elements of the physical filesystem path, so you could use root instead of alias and then include the try_files bits you have. -- Alan Chandler http://www.chandlerfamily.org.uk ___ nginx mailing list nginx@nginx.org http://mailm

Re: Struggling with configuration

2014-05-08 Thread Alan Chandler
On 08/05/14 20:16, Alan Chandler wrote: Hi I am porting some stuff that I had working under Apache to now run under Nginx and I have a particular case that I don't know how to deal with. I have a physical directory structure like this dev/ dev/myapp/ dev/myapp/web/ in this directory

Re: Wordpress Multi-Site Converting Apache to Nginx

2014-05-08 Thread Alan Chandler
was returning a 500, with display_errors on php5-fpm was returning 200. When it returned 200 there was a blank page. -- Alan Chandler http://www.chandlerfamily.org.uk ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo

Struggling with configuration

2014-05-08 Thread Alan Chandler
ing them. My main question still remains. What is the correct approach for solving this type of problem? -- Alan Chandler http://www.chandlerfamily.org.uk ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx