Nginx domain work without be into sites-enabled
Francis Daly
francis at daoine.org
Mon Aug 3 10:35:22 UTC 2015
On Mon, Aug 03, 2015 at 12:12:54AM -0400, Eberx wrote:
Hi there,
> I have many subdomains which is created into /etc/nginx/sites-enabled. For
> example
Your nginx.conf presumably has "include /etc/nginx/sites-enabled/*;"
so that these files are read when nginx starts.
> 1. www.example.com
> 2. music.example.com
> 3. video.example.com
>
> are already enabled. and working fine. But I tried to remove
> music.example.com from public access. Then I did music.example.com from
> sites-enabled folder but I can access to music.example.com. Site is still
> there.
Did you successfully restart or reload nginx after removing the file?
What response do you get for "curl -i http://music.example.com/"?
What response do you want instead for "curl -i http://music.example.com/"?
f
--
Francis Daly francis at daoine.org
More information about the nginx
mailing list