Guide how to configure Nginx in Webuzo for WordPress permalink support. How to add extra configuration, the steps are as follows:Create a text file with the name wordpress.conf, then fill in the following code:

- try_files $ uri $ uri / /index.php?q=$uri&$args;
- Save it on drive D or Desktop to find it easily
- Enter the Webuzo panel, click the Extra Configuration menu
- in the Select domain option: select the domain that will be given extra configuration
- In the Webservers option: select Nginx
- In the Upload File option: select the text file that we created earlier, wordpress.conf
- Click Add Record