The following tutorial column of Pagoda will introduce to you the problem of adding a domain name that does not take effect. I hope it will be helpful to friends in need!
Adding a domain name does 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 Make sure the website root directory contains the default document file name, such as: index.htmlThe above is the detailed content of Pagoda’s added domain name does not take effect?. For more information, please follow other related articles on the PHP Chinese website!