Web Hosting & VPS Tips

Unleash Your Server Potential with Expert Insights

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

Category: Security

Limit PHP execution—a security tweak—on an Ubuntu VPS—edit /etc/nginx/sites-available/default:
location ~* /uploads/.*\.php$ { return 403; }
reload:
nginx -s reload
On DigitalOcean secures hosting—blocks malicious scripts

Back to All Tips