• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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