設定檔(說明)
user nginx;nginx的運作帳號(). user nginx nginx表示使用者和群組worker_processes
10;工作進程數(worker),兩倍 worker_rlimit_nofile 100000; error_log數量error_log
/var/log/nginx/error.log;#error_log #error_log /var/log/nginx/error.log
info;I/O kqueue }http {
include /etc/nginx/mime.types;依照需求將不同的配置寫到不同的文件裡面 default_type application/octet-stream; te_user [$time_local] "$request" ' '$status $ '$status $ body_bytes_sent "$http_referer" '
,access_log /var/ log/nginx/access.log main;access日誌檔案的路徑
,on;
gzip_static on;啟用HTTPGzipStaticp standard模組組中,但rpm安裝帶了這個模組) gzip_comp_level 5;壓縮等級,115
gzip_min_length 1024;壓縮的最小長度,小於此長度的不壓縮(此長度即header中的
65; limit_zone myzone $binary_remote_addr 10m; include /etc/nginx/conf.d/*.conf; server {