Hello,
I have under additional Apache Directives (Http and Https ) the following settings:
# TTFB
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 100
Nginx Settings
Proxy Mode / On
Smart File Processing / On
Additional Nginx Directives:
gzip on;
gzip_disable "MSIE [1-6]\\.(?!.*SV1)";
gzip_vary on;
gzip_proxied any;
gzip_comp_level 9;
gzip_buffers 16 8k;
gzip_http_version 1.1;
gzip_min_length 256;
gzip_types application/javascript application/rss+xml application/vnd.ms-fontobject application/font-sfnt application/x-font application/x-font-opentype application/x-font-otf application/x-font-truetype application/x-font-ttf application/x-javascript application/xhtml+xml application/xml font/opentype font/otf font/ttf font/eot image/svg+xml image/x-icon text/css text/html text/javascript text/plain text/xml image/gif image/jpeg image/png image/webp image/vnd.microsoft.icon;
As I use Cloudflare as well, how can I enable the Keep Alive Settings for Nginx under additional Directives as well? What would be a good value for best performance?
I have under additional Apache Directives (Http and Https ) the following settings:
# TTFB
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 100
Nginx Settings
Proxy Mode / On
Smart File Processing / On
Additional Nginx Directives:
gzip on;
gzip_disable "MSIE [1-6]\\.(?!.*SV1)";
gzip_vary on;
gzip_proxied any;
gzip_comp_level 9;
gzip_buffers 16 8k;
gzip_http_version 1.1;
gzip_min_length 256;
gzip_types application/javascript application/rss+xml application/vnd.ms-fontobject application/font-sfnt application/x-font application/x-font-opentype application/x-font-otf application/x-font-truetype application/x-font-ttf application/x-javascript application/xhtml+xml application/xml font/opentype font/otf font/ttf font/eot image/svg+xml image/x-icon text/css text/html text/javascript text/plain text/xml image/gif image/jpeg image/png image/webp image/vnd.microsoft.icon;
As I use Cloudflare as well, how can I enable the Keep Alive Settings for Nginx under additional Directives as well? What would be a good value for best performance?
OS | CentOS Linux 7.8.2003 (Core) |
Product | Plesk Obsidian Version 18.0.26, last updated on April 20, 2020 06:00 PM |