centos7 nginx tengine 安装

参考:https://blog.csdn.net/qq_38872310/article/details/79805445

 

tengine 配置:

 location / {
            root   html;
            index  index.html index.htm;
        }

        location = /nginx_status {
            stub_status on;

            #allow 10.10.22.89;
            #deny all;
        }

        location /status {
            check_status;
            access_log   off;

            #allow 10.10.22.89;
            #deny all;
        }

posted on 2019-01-14 10:26  rigidwang  阅读(217)  评论(0编辑  收藏  举报