The following tutorial column of Pagoda Panel will introduce to you why adding a domain name 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 in the picture:
##4. Please Make sure the website root directory contains the default document file name, such as: index.htmlFor more technical articles related to the Pagoda panel, please visit theThe above is the detailed content of Why 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!