nginx directive for WP pages returning 500 error

location / {
try_files $uri $uri/ /index.php?$args;
}

Leave a Reply