Comment

Arijit Biswas

location /blog {
        try_files $uri $uri/ /blog/index.php$is_args$args;
        add_header X-Status "Works" always;
    }

It does not work. The header does not show up. Help?