problem with password protected posts with nginx
-
I have a server that has both nginx/varnish and apache running and able to server up the same wordpress site.
I am having a problem with password protected posts under nginx. With apache they work fine. with nginx I stay on the password page and can not view the content.
the nginx log does not show an error :
10.0.28.100 – – [09/Jan/2014:09:31:24 -0500] “POST /IIII/wp-login.php?action=postpass HTTP/1.1” 302 5 “http://XXXXXX/IIII/mid-project-report/” “Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/536.29.13 (KHTML, like Gecko) Version/6.0.4 Safari/536.29.13” “X.X.X.X”
10.0.28.100 – – [09/Jan/2014:09:31:25 -0500] “GET /IIII/mid-project-report/ HTTP/1.1” 200 7683 “http://XXXXXX/IIII/mid-project-report/” “Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/536.29.13 (KHTML, like Gecko) Version/6.0.4 Safari/536.29.13” “X.X.X.X”not sure where to look from here…
everything else seems to work fine on the nginx site
we are running WordPress 3.5.1
thanks
The topic ‘problem with password protected posts with nginx’ is closed to new replies.