Wordpress permalink settings do not work, nginx

I hosting wordpress site on raspberry pi using install wordpress on nginx virtual host directory
I solve this situation by adding extra location settings in nginx configuration:
location / {
    try_files $uri $uri/ /index.php?q=$uri$args;
}

No comments: