X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=blobdiff_plain;f=etc%2Fnginx%2Fnginx.conf;h=1ebd203f7fab107f5360c7fa6cda1a5b7d09a2e6;hp=216e273adc0963d5b4560c48b7e587a14654a8fc;hb=a5a6e6329b52aff5811314e611b3f6122eb21e5b;hpb=e2ae547ef85e29f3f9c9dfe31feffdac2653df06 diff --git a/etc/nginx/nginx.conf b/etc/nginx/nginx.conf index 216e273..1ebd203 100644 --- a/etc/nginx/nginx.conf +++ b/etc/nginx/nginx.conf @@ -72,6 +72,7 @@ http { sendfile on; server_names_hash_bucket_size 128; server_tokens off; + ssl_session_cache shared:SSL:10m; tcp_nodelay on; # NOTE: don't buffer data-sends (disable Nagle algorithm). # Good for sending frequent small bursts of data in real time. @@ -81,14 +82,14 @@ http { # This is useful for prepending headers before calling sendfile, # or for throughput optimization. types_hash_max_size 2048; - ## Add here all user agents that are to be blocked. map $http_user_agent $bad_bot { + # NOTE: user agents that are to be blocked. default 0; libwww-perl 1; ~(?i)(httrack|htmlparser|libwww) 1; } - ## Add here all referrers that are to blocked. #map $http_referer $bad_referer { + # # NOTE: referrers that are to be blocked. # default 0; # ~(?i)(babes|casino|click|diamond|forsale|girl|jewelry|love|nudit|organic|poker|porn|poweroversoftware|replica|sex|teen|webcam|zippo) 1; # }