标签:定义 ubantu conf root 路径 html htm 设置 自定义
ubantu系统
自定义一个配置文件
路径:/etc/nginx/conf.d/
server {
listen 80; #设置端口
server_name api.dzzhyl.cn; #设置二级域名
location / {
root /home/myuser/; #设置网页文件路径
index index.html; #检索格式
}
}
重启服务
标签:定义 ubantu conf root 路径 html htm 设置 自定义
原文地址:https://www.cnblogs.com/zgqbky/p/12886610.html