nginx虚拟主机别名配置
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx虚拟主机别名配置相关的知识,希望对你有一定的参考价值。
vim eee.conf
server {
listen 80;
server_name eee.sss.com sss.com;虚拟主机别名
location / {
root html/eee;
index index.html index.htm;
}
}
以上是关于nginx虚拟主机别名配置的主要内容,如果未能解决你的问题,请参考以下文章