Archive for the 'nginx' Category
Monday, September 8th, 2014
Published on Jul 24, 2014 “TLS has exactly one performance problem: not enough sites are using it. Everything else can and will be optimized. A hands on look at how to achieve 1-RTT handshakes, eliminate validation latency, and more.” Slides: bit.ly/…
Posted in https, nginx, performance, ssl, tls, web | Comments Off | permalink
Thursday, April 25th, 2013
how assemble your pages from HTML partials on the client, front-end or CDN edge.
Posted in cdn, development, esi, front-end, javascript, nginx, ssi, web | Comments Off | permalink
Thursday, April 25th, 2013
how assemble your pages from HTML partials on the client, front-end or CDN edge.
Posted in cdn, development, esi, front-end, javascript, nginx, ssi, web | Comments Off | permalink
Tuesday, December 25th, 2012
Example of high performance nginx config (no SSL), for single server hardware, ~ 0.5M client connections.
(found on nginx mailing list)
Posted in c10k, high_load, nginx, performance, web | Comments Off | permalink
Tuesday, December 25th, 2012
Example of high performance nginx config (no SSL), for single server hardware, ~ 0.5M client connections.
(found on nginx mailing list)
Posted in c10k, high_load, nginx, performance, web | Comments Off | permalink
Tuesday, December 25th, 2012
Example of high performance nginx config (no SSL), for single server hardware, ~ 0.5M client connections.
(found on nginx mailing list)
Posted in c10k, high_load, nginx, performance, web | Comments Off | permalink
Sunday, December 23rd, 2012
location ~ /purge(/.*) {
set $uri_encoded $1; # энкодим выделение
fastcgi_cache_purge MAGE
“$scheme$request_method$host$uri_encoded$is_args$args”;
}
Posted in cache, encoding, nginx, purge, uri | Comments Off | permalink
Sunday, December 23rd, 2012
location ~ /purge(/.*) {
set $uri_encoded $1; # энкодим выделение
fastcgi_cache_purge MAGE
“$scheme$request_method$host$uri_encoded$is_args$args”;
}
Posted in cache, encoding, nginx, purge, uri | Comments Off | permalink
Sunday, December 23rd, 2012
location ~ /purge(/.*) {
set $uri_encoded $1; # энкодим выделение
fastcgi_cache_purge MAGE
“$scheme$request_method$host$uri_encoded$is_args$args”;
}
Posted in cache, encoding, nginx, purge, uri | Comments Off | permalink
Sunday, September 23rd, 2012
rules + machine learning-based WAF for NGINX. A new, yet very promising project. A replacement for apache’s mod_security
Posted in modules, mod_security, nginx, opensource, Security, web | Comments Off | permalink