WordPress changing permalinks gives 404 errors on nginx
I'm using wordpress with permalink setting: /%category%/%postname%/ /etc/nginx/site-available/domain.conf On server{ location / { try_files $uri $uri/ /index.php?q=$uri$args; } If your root wordpress is not the webroot but http://domain.com/wordpress/: location /wordpress/ {…