WF AQ

Knowledge base

6 Dicembre 2018
di admin@admin
Commenti disabilitati su How to enable gzip compression for nginx on Plesk server

How to enable gzip compression for nginx on Plesk server

Connect to the server using SSH. Create a text file using the following command: # touch /etc/nginx/conf.d/gzip.conf Open the file in any text editor, for example, using vi: # vi /etc/nginx/conf.d/gzip.conf Insert the following content in it: gzip on; gzip_disable … Continua a leggere