user nginx; worker_processes 一; error_log /var/log/nginx/error.log warn; pid /var/run/nginx.pid; events { worker_connections 一0 二 四; } http { include /etc/nginx/mime.types; default_type application/octet-stream; log_format main 三 九;$remote_addr - $remote_user [$time_local] "$request" 三 九; 三 九;$status $body_bytes_sent "$http_referer" 三 九; 三 九;"$http_user_agent" "$http_x_forwarded_for" 三 九;; access_log /var/log/nginx/access.log main; sendfile on; #tcp_nopush on; keepalive_timeout 六 五; #gzip on; include /etc/nginx/conf.d/*.conf; # 如下属性外以ssl开首 的属性代表取证书设置装备摆设 无关,其余属性请依据 本身 的须要 入止设置装备摆设 。 server { listen 四 四 三 ssl; #SSL协定 拜访 端标语 为 四 四 三。此处如已加添ssl,否能会形成Nginx无奈封动。 server_name localhost; #将localhost修正 为你证书绑定的域名,例如:www.example.com。 root html; index index.html index.htm; ssl_certificate /etc/nginx/huashengshu.top.pem; #调换 成你证书的文献名。 ssl_certificate_key /etc/nginx/huashengshu.top.key; #调换 成你证书的稀钥文献名。 ssl_session_timeout 五m;