• 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.

Resolved Disabling proxy mode on a subdomain over shell

Martin Dias

QA Engineer
Staff member
Hello

I did try to disable the nginx proxy mode for a subdomain as I did not find a shell option for the subdomain I did it on the subscription:

plesk bin subscription --update-web-server-settings DOMAIN.TDL -nginx-proxy-mode false

My issue is that it only affects the domain but does ignore the subdomain.

(Under "Apache & nginx Settings for" the Domain drops the option "Proxy mode" but the Subdomain keeps it)

Any idea on how to disable it for the subdomain over the shell?

Thanks
 
ok found a solution the command seems to not affect the subcription itself but the domain that you put in.

so

Code:
plesk bin subscription --update-web-server-settings SUB.DOMAIN.TDL -nginx-proxy-mode false

will work
 
Back
Top