改变目录结构,增加nginx配置文件
This commit is contained in:
8
2.4构建镜像/mysite.conf
Normal file
8
2.4构建镜像/mysite.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
server {
|
||||
listen 80 default_server;
|
||||
|
||||
location / {
|
||||
root /var/www/localhost/htdocs;
|
||||
index index.html;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user