Search found 1 match
- Wed Apr 12, 2017 7:31 am
- Forum: DNS Server
- Topic: How to manage SubDomain in VestaCP Panel while using external name server?
- Replies: 6
- Views: 7708
Re: How to manage SubDomain in VestaCP Panel while using external name server?
I had the same problem and solved it by changing the first ligne in /etc/nginx/conf.d/default.conf from
listen 80;
to
listen IP:80;
Hopefully I have only one IP on the server and the tip is not surprising after all
Hope it help ;)
listen 80;
to
listen IP:80;
Hopefully I have only one IP on the server and the tip is not surprising after all
Hope it help ;)