From 1d89b2950a7bf8656152bc22e34b81c85762d27d Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 26 Apr 2022 10:58:02 +0200 Subject: [PATCH] readme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12fb99b..7a71a74 100644 --- a/README.md +++ b/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 ServerName dev.d7.popsu.archi.fr