alexandr Good day. There is a problem with Ngnix. When I try to go to any page on my site, I get an error 404. I converted the .htaccess file to ngnix. But all my attempts to fix the error are failing
idflorin Did you use the wp config for Nginx? no convert is requiered just use ` location / { try_files $uri $uri/ /index.php?$args; } rewrite /wp-admin$ $scheme://$host$uri/ permanent; `