• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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