From 6a819d8b1239fd209c7ec41f6195883274570d7d Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Mon, 11 Mar 2019 14:08:13 +0100 Subject: [PATCH] added nginx reverse proxi conf --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 303be52..0ecc656 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ add to your /etc/hosts : configure your apache or nginx vhosts to add a reverse proxy that will redirect the dev.encyclopediedelaparole.org to our container apache -``` +```apache ServerName dev.encyclopediedelaparole.org ProxyPass / http://127.0.0.1:8880/ @@ -54,7 +54,7 @@ apache ``` nginx -``` +```nginx server { listen 80; server_name dev.encyclopediedelaparole.org;