首頁>Club>
6
回覆列表
  • 1 # 大國師魂系列

    1.find / -name nginx.conf找到nginx配置檔案

    2.

    #

    # The default server

    #

    server {

    listen 80;

    #填寫自己的域名

    server_name www.bestcfm.com;

    #charset koi8-r;

    #access_log logs/host.access.log main;

    # Load configuration files for the default server block.

    location / {

    root /var/www/html/public;

    index index.html index.php index.htm;

    if (!-e $request_filename) {

    rewrite ^/(.*)$ /index.php/$1 last;

    }

    }

    error_page 404 /404.html;

    location = /404.html {

    root /usr/share/nginx/html;

    }

    # redirect server error pages to the static page /50x.html

    #

    error_page 500 502 503 504 /50x.html;

    location = /50x.html {

    root /usr/share/nginx/html;

    }

    # proxy the PHP scripts to Apache listening on 127.0.0.1:80

    #

    #location ~ \.php$ {

    # proxy_pass http://127.0.0.1;

    #}

    # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000

    #

    location ~ \.php($|/) {#去掉這裡的$

    root /var/www/html/public;

    fastcgi_pass 127.0.0.1:9000;

    fastcgi_index index.php;

    fastcgi_split_path_info ^(.+\.php)(.*)$; #增加這一句

    fastcgi_param PATH_INFO $fastcgi_path_info; #增加這一句

    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;

    include fastcgi_params;

    }

    # deny access to .htaccess files, if Apache"s document root

    # concurs with nginx"s one

    #

    #location ~ /\.ht {

    # deny all;

    #}

    }

    3.重啟nginx,find / -name nginx找到sbin目錄執行./nginx -s reload。

  • 中秋節和大豐收的關聯?
  • 過早播種冬小麥有什麼後果?應該怎樣應對?