改变目录结构,增加nginx配置文件
This commit is contained in:
parent
7374e97f44
commit
6e348e7ffb
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;
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user