MDGSF Software Engineer

[Nginx] include

2019-02-20
mdgsf

http {
    include /etc/nginx/conf.d/*.conf;
    include /etc/nginx/sites-enabled/*;
}

weixingongzhonghao

Comments

Content