NGINX + PHP-Jinshan Xiaoyao CMS release system configuration userwwwwwwww; worker_processes8; workshop; pidusrlocalwebservernginxnginx. pid; # Specifiesthevaluefor NGINX + PHP-Jinshan Xiaoyao CMS release system configuration
User www; worker_processes 8; error_log/data1/logs/nginx_error.log crit; pid/usr/local/webserver/nginx. pid; # Specifies the value for maximum file descriptors that can be opened by this process. worker_rlimit_nofile 51200; events {use epoll; worker_connections 51200;} http {include mime. types; default_type application/octet-stream; # charset UTF-8; server_names_hash_bucket_size 128; client_he Ader_buffer_size 32 k; limit 4 32 k; limit 300 m; limit 128 k; sendfile on; # tcp_nopush on; keepalive_timeout 65; tcp_nodelay on; fastcgi_connect_timeout 300; limit 300; limit 300; fastcgi_buffer_size 64 k; fastcgi_buffers 4 64 k; fastcgi_busy_buffers_size 128 k; fastcgi_temp_file_write_size 128 k; gzip off; gzip_min_leng Th 1 k; gzip_buffers 4 16 k; gzip_http_version 1.1; gzip_comp_level 2; gzip_types text/plain application/x-javascript text/css application/xml; gzip_vary on; # limit_zone crawler $ binary_remote_addr 10 m; server {listen 80; server_name cms.xoyo.com; index index.html index.htm index. php; root/data0/htdocs/cms.xoyo.com; location ~. * \. (Sh | bash )? $ {Return 403;} location/{index index.html index. php; # redirect to a single portal file if (! -F $ request_filename) {rewrite ^/(. *) $/application/cmsmanage/index. php last ;}} location ~. * \. (Php | php5 )? $ {# Fastcgi_pass unix:/tmp/php-cgi.sock; fastcgi_pass 127.0.0.1: 9000; fastcgi_index index. php; include fcgi. conf;} log_format cms '$ remote_addr-$ remote_user [$ time_local] "$ request" ''$ status $ response" $ http_referer "'' "$ http_user_agent" $ http_x_forwarded_for '; access_log/data1/logs/cms.xoyo.com _ access. log cms ;}}
?
NGINX + PHP-Kingsoft Xiaoyao CMS release system configuration