diff --git a/README.md b/2.4构建镜像/README.md similarity index 100% rename from README.md rename to 2.4构建镜像/README.md diff --git a/index.html b/2.4构建镜像/index.html similarity index 100% rename from index.html rename to 2.4构建镜像/index.html diff --git a/2.4构建镜像/mysite.conf b/2.4构建镜像/mysite.conf new file mode 100644 index 0000000..604b096 --- /dev/null +++ b/2.4构建镜像/mysite.conf @@ -0,0 +1,8 @@ +server { + listen 80 default_server; + + location / { + root /var/www/localhost/htdocs; + index index.html; + } +} diff --git a/styles.css b/2.4构建镜像/styles.css similarity index 100% rename from styles.css rename to 2.4构建镜像/styles.css