Today, I changed the fixed link of WordPress, and found that all pages were 404, and the classification directory navigation could not find the article. Then I searched the Settings for a long time, and finally found that the rule of NGINX was set

location / { try_files $uri $uri/ /index.php? $args; } rewrite /wp-admin$ $scheme://$host$uri/ permanent;

The pagoda comes with this setting