配置文件:
代碼如下:
http {
server {
listen 80;
server_name www.domain1.com;
access_log logs/domain1.access.log main;
location/ {
index index.html;
}
server {
listen 80;
server_name log main;
location / {
index index.html;
root /var/www/domain2.com/htdocs;
}
}
# }
裡面說明模組新增模組;您的實際需求去配置。
以上是nginx多網站怎麼配置的詳細內容。更多資訊請關注PHP中文網其他相關文章!