From 7382f91da7d580df276501e555e53754bd443952 Mon Sep 17 00:00:00 2001 From: bach Date: Thu, 7 Mar 2024 12:41:29 +0100 Subject: [PATCH] readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa1e9e7..44e8841 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,14 @@ It will be automaticly imported into the mysql container db (only) on the first ## Hosts and reverse proxy add to your /etc/hosts : -``` +```hosts 127.0.0.1 dev.colloque2021.popsu.archi.fr 127.0.0.1 dev.colloque2024.popsu.archi.fr 127.0.0.1 dev.phpmyadmin.popsucolloques.fr ``` + configure your nginx vhosts to add a reverse proxy that will redirect the dev.popsucolloque21.fr and dev.popsucolloque24.fr to our container + ```nginx server { listen 80;