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

Issue nginx directives plesk 12.0 does not work

Orochimaru

New Pleskian
Hello,

I tried nginx directives in plesk 12.0 and it does not work.
I tried to enable gzip with nginx.

To work here you must change nginx.conf:

nano /etc/nginx/nginx.conf

uncomment the first two lines and then add the 3rd line:
gzip on;
gzip_disable “MSIE [1-6]\.(?!.*SV1)”;
gzip_types text/plain text/html text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript application/javascript text/x-js;

Is this normal or is this a bug??
 
Hello,

I tried nginx directives in plesk 12.0 and it does not work.
I tried to enable gzip with nginx.

To work here you must change nginx.conf:

nano /etc/nginx/nginx.conf https://speedtest.vet/ https://vidmate.bid/

uncomment the first two lines and then add the 3rd line:
gzip on;
gzip_disable “MSIE [1-6]\.(?!.*SV1)”;
gzip_types text/plain text/html text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript application/javascript text/x-js;

Is this normal or is this a bug??
I got this,...
 
Back
Top