Question
Server block issue: I am removing my "sever_default" but it is still showing
So I open my new server block with:
sudo nano /etc/nginx/sites-available/test.com
Then I remove the default_server parameter.
However, when I use the command:
grep -R default_server /etc/nginx/sites-enabled/
To check default_server status it is still there.
I am not sure why it is still showing even though I’ve removed it.
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.
×
Nevermind. I forgot to remove one of the default_severs.