/etc/nginx/conf.d/k8s-yaml.od.com.conf

server {
    listen       80;
    server_name  k8s-yaml.od.com;

    location / {
        autoindex on;
        default_type text/plain;
        root /data/k8s-yaml;
    }
}

posted on 2022-01-10 10:30  杨港澳  阅读(196)  评论(0编辑  收藏  举报