This commit is contained in:
2024-03-07 12:41:29 +01:00
parent 14bba8e642
commit 7382f91da7
+3 -1
View File
@@ -29,12 +29,14 @@ It will be automaticly imported into the mysql container db (only) on the first
## Hosts and reverse proxy ## Hosts and reverse proxy
add to your /etc/hosts : add to your /etc/hosts :
``` ```hosts
127.0.0.1 dev.colloque2021.popsu.archi.fr 127.0.0.1 dev.colloque2021.popsu.archi.fr
127.0.0.1 dev.colloque2024.popsu.archi.fr 127.0.0.1 dev.colloque2024.popsu.archi.fr
127.0.0.1 dev.phpmyadmin.popsucolloques.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.popsucolloque21.fr and dev.popsucolloque24.fr to our container
```nginx ```nginx
server { server {
listen 80; listen 80;