Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zone=two #2

Open
w796933 opened this issue Dec 23, 2019 · 1 comment
Open

zone=two #2

w796933 opened this issue Dec 23, 2019 · 1 comment

Comments

@w796933
Copy link

w796933 commented Dec 23, 2019

server {
        listen       80;
        server_name  localhost;
        location / {
            root   html;
            index  index.html index.htm;
        }
        error_page   403 500 502 503 504  /50x.html;
        location = /50x.html {
            root   html;
        }
    }
}

location 下不用调用之前声明的 two 吗?
一直测试安装不成功。

@limithit
Copy link
Owner

你应该提供完整配置和你的编译参数,否则我看不出所以然

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants