Web Hosting & VPS Tips

Unleash Your Server Potential with Expert Insights

Hosting provided by: Cloudways
Free to Try! Up to 40% Off!

Category: VPS Setup

Set up Nginx SPDY—a deprecated HTTP/2 precursor—on a CentOS VPS (for legacy)—install Nginx with SPDY patch (older versions) configure /etc/nginx/nginx conf:
listen 443 ssl spdy;\nssl_certificate /etc/ssl/cert.pem;
Reload with
nginx -s reload
open port:
firewall-cmd --add-service=https
On Hetzner test with
curl -I --spdy http://ip
—expect SPDY response (if supported) Ensures uptime—legacy phpMyAdmin hosting with SPDY in VPS

Back to All Tips