Dukemaster
Regular Pleskian
Sorry for the old question. I found and read only threads which are older than 2016 or related to wordpress.
I use Woltlab communities where I selected the option "Activate GZIP", nothing more.
Please can someone help and explain in detail where to put the correct Browser-caching instruction.
PLESK ONYX 17.0.17 Update #17
SSL over Letsencrypt.
Dedicated Server Ubuntu 14.04.5 LTS
PHP 7.1.2 - FPM served by Apache
- Nginx Proxymodus
- Intelligent editing static files
- Static files serving directly by nginx
Additional nginx instructions:
gzip_proxied any;
fastcgi_read_timeout 300;
According to GZIP (vi /etc/nginx/conf.d/gzip.conf): <-- Great amazing HELP & SUPPORT by PLESK
gzip on;
gzip_disable "MSIE [1-6]\\.(?!.*SV1)";
gzip_proxied any;
gzip_types text/plain text/css application/x-javascript text/xml text/html application/xml application/xml+rss text/javascript image/x-icon image/bmp image/svg+xml application/javascript application/js application/xhtml+xml application/rss+xml application/x-font-ttf application/vnd.ms-fontobject font/opentype font/ttf font/eot font/otf image/jpg image/jpeg image/png image/gif application/json;
gzip_vary on;
This nginx configuration is absolutely correct by
# nginx -t
Lots of greets
I use Woltlab communities where I selected the option "Activate GZIP", nothing more.
Please can someone help and explain in detail where to put the correct Browser-caching instruction.
PLESK ONYX 17.0.17 Update #17
SSL over Letsencrypt.
Dedicated Server Ubuntu 14.04.5 LTS
PHP 7.1.2 - FPM served by Apache
- Nginx Proxymodus
- Intelligent editing static files
- Static files serving directly by nginx
Additional nginx instructions:
gzip_proxied any;
fastcgi_read_timeout 300;
According to GZIP (vi /etc/nginx/conf.d/gzip.conf): <-- Great amazing HELP & SUPPORT by PLESK
gzip on;
gzip_disable "MSIE [1-6]\\.(?!.*SV1)";
gzip_proxied any;
gzip_types text/plain text/css application/x-javascript text/xml text/html application/xml application/xml+rss text/javascript image/x-icon image/bmp image/svg+xml application/javascript application/js application/xhtml+xml application/rss+xml application/x-font-ttf application/vnd.ms-fontobject font/opentype font/ttf font/eot font/otf image/jpg image/jpeg image/png image/gif application/json;
gzip_vary on;
This nginx configuration is absolutely correct by
# nginx -t
Lots of greets