server {
    listen       80;
    server_name  localhost;

    location / {
        root   /etc/nginx/download;
        index  index.html index.htm;
    }

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

}
Copyright © 温玉 2021 | 浙ICP备2020032454号 all right reserved,powered by Gitbook该文件修订时间: 2022-01-02 10:17:57

results matching ""

    No results matching ""