bach 2 年之前
父节点
当前提交
1d89b2950a
共有 1 个文件被更改,包括 7 次插入2 次删除
  1. 7 2
      README.md

+ 7 - 2
README.md

@@ -55,7 +55,12 @@ add to your /etc/hosts :
 ```
 configure your vhosts to add a reverse proxy that will redirect the dev.materio.com to our container
 
-nginx
+### nginx
+
+```sh
+sudo mkdir /etc/var/log/popsu
+```
+
 ```nginx
 server {
      listen 80;
@@ -94,7 +99,7 @@ server {
  }
 ```
 
-apache
+### apache
 ```apache
 <Virtualhost *:80>
   ServerName dev.d7.popsu.archi.fr