The following tutorial column of Pagoda Panel will introduce to you the solution to the problem that adding a domain name in the Pagoda Panel does not take effect. I hope it will be helpful to friends in need!
Why does adding a domain name not take effect?
1. First, check whether the domain name is correctly resolved or linked to a CDN. You can check it in the domain name management, or ping it yourself
2. Check whether the Nginx configuration is incorrect. The command is as follows:
service nginx reload
3. You can check the directory permissions through file management. Generally it should be 755: www
As shown:
4. Please ensure that the website root The directory contains the default document file name, such as: index.html
The above is the detailed content of Adding a domain name to the Pagoda panel does not take effect?. For more information, please follow other related articles on the PHP Chinese website!