·您当前的位置:首页 > 技术教程 > nginx教程 >

[nginx]nginx配置文件如何配置

时间:2019-10-29 18:45cuplayer.com
[nginx]nginx配置文件如何配置

[nginx]nginx配置文件如何配置

  1. server { 
  2.         listen 80; 
  3.         server_name 你的域名; 
  4.         root 根目录; 
  5.         index index.php index.html; 
  6.  
  7. #       location ~ ^/$ { 
  8. #               return 400; 
  9. #       } 
  10.  
  11.         if (!-e $request_filename) { 
  12.                 rewrite ^/(.*) /index.php/$1 last; 
  13.         } 
  14.  
  15.         location ~* \.php { 
  16.                 fastcgi_pass unix:/var/run/php5-fpm.sock; 
  17.                 # fastcgi_pass 127.0.0.1:9000; 
  18.                 fastcgi_index index.php; 
  19.                 fastcgi_param SCRIPT_FILENAME $document_root/$fastcgi_script_name; include fastcgi_params; 
  20.                 proxy_set_header Host $host; 
  21.                 proxy_set_header X-Real-IP $remote_addr; 
  22.                 proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; 
  23.         } 
  24.         location ~ /\.git { deny all; } 

 

热门文章推荐

请稍候...

保利威视云平台-轻松实现点播直播视频应用

酷播云数据统计分析跨平台播放器