Page 1 of 1

How to prevent vestacp from filtering certain domains and providing default content/ssl

Posted: Sun Jul 29, 2018 5:10 pm
by PiggyPiglet
NOTE: Using Ubuntu 16.04

I'm trying to install Pterodactyl Panel alongside vestacp, but I'm encountering an issue with vestacp interfering. I've installed all the files into /var/www/pterodactyl as the documentation of Pterodactyl encourages, and I've made the vhost (ssl was generated with vestacp's letsencrypt) in /etc/nginx/conf.d.

What I believe the issue is, is that vestacp is detecting the domain as "unregistered", since it's not apart of any vestacp account, and then is trying to show the default vestacp content. I believe the pterodactyl vhost is working somewhat, since the force https part is working, but vesta's vhost is overriding the rest.

tl;dr: I'm asking how can I make vestacp ignore a specific domain so my custom vhost in /etc/nginx/conf.d can work as intended, or even better, disable showing default content for non registered domains entirely.