From a4abd14a89283e7ddb7f85bd4168024407538d49 Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 18 Jun 2024 15:09:32 +0200 Subject: [PATCH] readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3d348fd..d249cb4 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,9 @@ add to your /etc/hosts : 127.0.0.1 dev.phpmyadmin.caravane.fr ``` configure your vhosts to add a reverse proxy that will redirect the dev.caravane.fr to our container + Apache -``` +```apache ServerName dev.caravane.fr ProxyPass / http://127.0.0.1:8990/ @@ -60,7 +61,7 @@ Apache proxy_busy_buffers_size 256k; ``` -``` +```apache ServerName dev.phpmyadmin.caravane.fr ProxyPass / http://127.0.0.1:8991/ @@ -73,7 +74,7 @@ Apache ``` nginx -``` +```nginx server { listen 80; server_name dev.caravane.fr;