bach 2 years ago
parent
commit
1d89b2950a
1 changed files with 7 additions and 2 deletions
  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