Want to use WordPress blog on sub-directory ( /blog) URL but post and categories permalink URL showing 404 not found
used this Nginx config
location /blog/ {
index index.php;
try_files $uri $uri/ /blog/index.php?$args;
}
but instead of page opening every .php file under /blog...