Re: fast-cgi Oddness

2020-02-18 Thread Francis Daly
On Thu, Feb 13, 2020 at 03:46:53PM -0500, CJ Ess wrote: Hi there, > curl -H "Host: x.com" "http://127.0.0.1/wp-admin/"; > Which succeeds - I can see in the php-fpm log that it does "GET > /wp-admin/index.php" > > I have a second test case: > curl -H "Host: x.com" "http://127.0.0.1/wp-admin/load-

fast-cgi Oddness

2020-02-13 Thread CJ Ess
I am running with Nginx 1.16. I have a really simple configuration for wordpress, seen below. I have one test case: curl -H "Host: x.com" "http://127.0.0.1/wp-admin/"; Which succeeds - I can see in the php-fpm log that it does "GET /wp-admin/index.php" I have a second test case: curl -H "Host: x.