Tagged Questions
1
vote
1answer
82 views
Mysterious HTTP 404 header in my own scripts
I have a WordPress 3.5.1 + nginx configuration. Its nginx configuration is this:
server {
root /mysite/public_html;
server_name wp.mysite;
location / {
try_files $uri $uri/ ...