This commit is contained in:
2024-03-07 12:44:10 +01:00
parent e274fc21e0
commit 7f7bf84bb4
+2 -1
View File
@@ -31,12 +31,13 @@ It will be automaticly imported into the mysql container db (only) on the first
add to your /etc/hosts :
```
#/etc/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
configure your nginx vhosts to add a reverse proxy that will redirect the dev.colloque2021.popsu.archi.fr and dev.colloque2024.popsu.archi.fr to our container
```nginx
server {