WordPress permalink in Nginx server
Step 1. Edit /etc/nginx/site-available/example.comlocation / {try_files $uri $uri/ /index.php?q=$uri$args;}step 2 : login to serverstep 3. Run this ln -s /etc/nginx/sites-available/example.com /etc/nginx/sites-enabled/example.comstep 4. Test configuration sudo nginx -tstep 5. Restart Nginx…