nginx 域名访问配置
nginx 域名访问配置
创建配置文件
[[email protected] conf.d]# cat tg-t7.conf
server {
listen 8093;
server_name www.tg-t7.com;
location / {
root /opt/nginx/tg-t7;
index index.htm index.html;
}
}
访问结果:
nginx 域名访问配置
创建配置文件
[[email protected] conf.d]# cat tg-t7.conf
server {
listen 8093;
server_name www.tg-t7.com;
location / {
root /opt/nginx/tg-t7;
index index.htm index.html;
}
}
访问结果: