• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Change port access to subdomain

kude

New Pleskian
Hello, I have to change what file and how to modify it to allow only one subdomain to have access through port 8015 and not using port 80?
 
Hello Kude,
Vhost configuration files are located here:
Code:
/var/www/vhosts/system/<domain name>/conf
 
Hi adbi, thanks information.
I made the change but this still does not work.

And 'correct what I did?

Code:
<VirtualHost IP:7080>
ServerName "myhost.domain.com:8015"
 
I haven't tested this my self so I can't be sure it actually works ...
However the correct procedure would be adjusting the VirtualHost part ie
Code:
[...]
<VirtualHost 93.**.**.**:8015>
[...]
 
Thanks for your help I solved was the fault of Nginx.
One question you can disable nginx on a subdomain or domain, or goes off to all the servers??

Thank You
 
Last edited:
Not sure that it will help but try to use transparent mode for nginx with

# /usr/local/psa/bin/domain -u domain.com -nginx-transparent-mode true
 
Back
Top