From e91ab4cac8f311465e73f1ce03828d3ada7552c7 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Tue, 25 Feb 2020 14:09:24 +0100 Subject: [PATCH] updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3d484d..dbdfbe0 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ add to your /etc/hosts : ``` configure your apache/nginx vhosts to add a reverse proxy that will redirect the dev.materio.com to our container -```# apache +```apache ServerName dev.muntadas-protocols.figli.io ProxyPass / http://127.0.0.1:8882/ @@ -32,7 +32,7 @@ configure your apache/nginx vhosts to add a reverse proxy that will redirect the ``` -```# nginx +```nginx server { listen 80; server_name dev.muntadas-protocols.figli.io;