text 酒店alaedin nginx配置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 酒店alaedin nginx配置相关的知识,希望对你有一定的参考价值。

server {
        listen  8081;

        root /home/sammy/ftp/alaedin/public;
        index index.php index.html index.htm;
        server_name  example.com www.example.com;

        location / {
                try_files $uri $uri/ /index.php?$query_string;
        }

        error_page 404 /404.html;
        error_page 500 502 503 504 /50x.html;
        location = /50x.html {
              root /usr/share/nginx/www;
        }

        location ~ .php$ {
                try_files $uri =404;
                fastcgi_pass 127.0.0.1:9000;
                fastcgi_index index.php;
                fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
                include fastcgi_params;
                fastcgi_read_timeout 180;
        }
}

以上是关于text 酒店alaedin nginx配置的主要内容,如果未能解决你的问题,请参考以下文章

text [nginx]配置文件#nginx

text 羽毛.js的初始nginx配置

text Kirby nginx配置

text browserhistory nginx配置spa

text [nginx配置] #webserver

text CentOS 7,nginx,PHP 7.1配置