服务器数据库系列 - Nginx基础配置说明

来源:互联网 发布:常州同济中学网络平台 编辑:程序博客网 时间:2024/05/21 16:54
user  nfsnobody nfsnobody;  #使用的用户和组worker_processes 8;  #指定工作衍生进程数error_log /usr/local/web/nginx.0.8.15/nginx_error.log  crit; #日志记录的文件地址pid  /usr/local/web/nginx.0.8.15/nginx.pid; #进行PID存放的路劲worker_rlimit_nofile 65535;  #最大文件描述符events{  use epoll; #使用事件模型,一般Linux2.6+使用epoll模型  worker_connections 65535; #最大链接数}http{  include      mime.types;     default_type application/octet-stream;  server_names_hash_bucket_size 128; #hash_table  client_header_buffer_size 32k; #请求头部的缓冲大小  large_client_header_buffers 4 32k; #最大的请求头部缓冲大小  client_max_body_size 8m; #客户端最大请求 8M  sendfile on; #传输文件  tcp_nopush    on;  keepalive_timeout 60; #60秒超时  tcp_nodelay on;  fastcgi_connect_timeout 300;#以下fastcgi模块配置  fastcgi_send_timeout 300;  fastcgi_read_timeout 300;  fastcgi_buffer_size 64k;  fastcgi_buffers 4 64k;  fastcgi_busy_buffers_size 128k;  fastcgi_temp_file_write_size 128k;  gzip on; #以下gzip模块配置  gzip_min_length  1k;  gzip_buffers     4 16k;  gzip_http_version 1.0;  gzip_comp_level 2;  gzip_types       text/plain application/x-javascript text/css application/xml;  gzip_vary on;  server  {    listen      80;  #监听的端口    server_name www.test2.com; #host名称    index index.html index.htm index.php; #默认访问的首页root  /usr/local/web/www/; #文件目录error_page 404 403  http://admin.test.com/404.htm; #默认404页面    location ~ .*\.(php|php5)?$   #php cgi模块    {      #fastcgi_pass  unix:/tmp/php-cgi.sock;      fastcgi_pass  127.0.0.1:9000;      fastcgi_index index.php;      include fcgi.conf;    }location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)${      expires      30d;    }   location /       #URL重写模块    {      index index.php;      if (!-f $request_filename){              rewrite (.*) /admin.php;          }      try_files $uri $uri/ /index.html;    }    location ~ .*\.(js|css)?$    {      expires      1h;    }    #以下是log模块-记录nginx日志    log_format access  '$remote_addr - $remote_user [$time_local] "$request" '              '$status $body_bytes_sent "$http_referer" '              '"$http_user_agent" $http_x_forwarded_for';    access_log /usr/local/web/nginx.0.8.15/logs/access.log  access;      }}


原创粉丝点击
热门问题 老师的惩罚 人脸识别 我在镇武司摸鱼那些年 重生之率土为王 我在大康的咸鱼生活 盘龙之生命进化 天生仙种 凡人之先天五行 春回大明朝 姑娘不必设防,我是瞎子 微信上微商被骗怎么办 微商代理不做了怎么办 微店拒收不退款怎么办 在微商买东西被骗怎么办 云集买家买东西不退款怎么办 微信红包密码忘记了怎么办 微信购物不退货怎么办 微信隐私设置无法添加怎么办 微信支付被限额怎么办 微信发现没有购物怎么办 微信转账钱被骗怎么办 玩连环夺宝输了好多钱怎么办 厘米秀换不了装怎么办 社保只缴纳两年怎么办 502盖子粘到手上怎么办 口红粘在盖子上怎么办 玫瑰手杖永久错过了怎么办 手指沾到502胶水怎么办 我退款了货到了怎么办 世纪天成账号被盗什么也没绑怎么办 韩国电话卡不想用怎么办2018 汽车没有年检交警抓到怎么办 ios软件未受信任怎么办 淘宝开店被管理了怎么办 微店网络异常025怎么办 商家给买家返款转错了怎么办 淘宝号限制下单怎么办 淘宝退货单号填错了怎么办 淘宝买家申请退款不退货怎么办 不支持7天无理由怎么办 淘宝上不给退货怎么办 网购衣服买小了怎么办 淘宝上全球购买到假货怎么办 京东全球购税费怎么办 代购被海关税了怎么办 网上买猫被骗了怎么办 苏宁账号被冻结怎么办 九州娱乐提款未到账怎么办 法院拍卖后不足的余款怎么办 购车后余款没拿怎么办? 抵押房屋被执行后余款怎么办