Want to test your web server and see if static files are properly cached? Curl can help and with some scripting even automate the task for you.
Web Server
Articles about Web Server
Want to improve caching on your nginx web server? Learn how to set the Expires header and enhance your nginx configuration.
All articles and tips to create a better website or optimize your webserver configuration. Let's build a better web together!
Let's make the web a smaller place by pre-compressing static assets with Brotli and Gzip. Here are some useful tips to get started.
Want to block all HTTP POST requests in nginx? There are multiple ways to achieve this and within this article we look at the best fit.
Optimizing a web server and its content can be done using brotli and gzip compression. This article shows a few ways to test your website.
HTTP Strict Transport Security (HSTS) is a security capability to force clients to use HTTPS. In this article, we implement HSTS for Apache and Nginx.