ÅÄÉÎÓÔ×ÅÎÎÏÅ ÜÔÏÔ ÐÏËÏÒÏÞÅ ÂÕÄÅÔ.
ÐÒÏ×ÅÒÉÌ ÎÁ 0.8 ×ÅÒÓÉÉ, É ÎÁ 1.0 ÏÄÉÎÁËÏ×Ï.
# cat nginx.conf š š š š š š š š š š š š š š š š š š š š š š š š š š š š š š š š š š š š š š šš
user www www;
worker_processes 4;
worker_rlimit_nofile 8192;
timer_resolution 100ms;
worker_priority -5;
error_log /var/log/nginx/error.log;
pid /var/run/nginx.pid;
events {
šš šworker_connections 8192;
šš šuse kqueue;
}
http {
šš šinclude mime.types;
šš š
šš šdefault_type application/octet-stream;
šš šaccess_log /var/log/nginx/access.log;
šš š
šš šlog_format proxy '"$request";$remote_addr;$proxy_add_x_forwarded_for';
šš šclient_body_temp_path š š š /tmp/nginx/body_temp 1 2;
šš šproxy_temp_path š š š š š š /tmp/nginx/proxy_temp 1 2;
šš šfastcgi_temp_path š š š š š /tmp/nginx/fastcgi_temp 1 2;
šš škeepalive_timeout 30;
šš šreset_timedout_connection on;
šš šgzip š š š š š š š šon;
šš šgzip_min_length š š 1100;
šš šgzip_buffers š š š š512 8k;
šš šgzip_comp_level š š 7;
šš šgzip_proxied š š š šany;
šš šgzip_types š š š š štext/plain text/js application/x-_javascript_ text/css;
šš šsendfile š šon;
šš štcp_nodelay on;
šš štcp_nopush šon;
šš šserver_names_hash_max_size 2024;
šš šserver_names_hash_bucket_size 128;
šš š# --- Hide server name --- #
šš šserver_tokens off;
šš šinclude russia.ip; # ÆÁÊÌ ÐÕÓÔÏÊ
šš šinclude domains/*/+*; # ÐÏÄÇÒÕÖÁÅÍ ÅÎÁÂÌÅÎÎÙÅ ×ÉÒÔ ÈÏÓÔÙ
}