• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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