Skip to content

php5 nginx如何配置 #39

@rickywu

Description

@rickywu
    location / {
        root   /var/www/teamtoy;
        index index.html index.htm index.php;
    }

    location ~ \.php$ {
        fastcgi_pass   127.0.0.1:9000;
        fastcgi_index  index.php;
        include /etc/nginx/fastcgi_params;
        fastcgi_param SCRIPT_FILENAME `$document_root/service/public$fastcgi_script_name`;
    }

还是报错No input file specified.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions