Hi all,
This is driving me CRAZY!!
I am trying to use the following to proxy off a sub folder eg example.co.uk/blog to wordpress on wordpress.example.co.uk
location /blog {
proxy_pass http://wordpress.example.co.uk/;
}
text / image / html / work fine
however, any php file does not work...