using nginx
there’s a config file in my conf.d dir called blog.xxx.com , and my blog runs well. but when i add a virtual host file www.xxx.com in sites-* dir point to a .html file, i did it like the steps in this webpage: (https://www.digitalocean.com/community/articles/how-to-set-up-nginx-virtual-hosts-server-blocks-on-ubuntu-12-04-lts--3) i type www.xxx.com , the browser also show me my blog site .
i deleted the default file both in conf.d and sites-* could you help me . i am a novice
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
No
thanks, but is there any difference between conf.d and sites-enabled ?
You can’t use both conf.d and sites-enabled, you can put your virtualhost in either conf.d or sites-enabled, not both.