readme
This commit is contained in:
parent
e066c9abd1
commit
1d89b2950a
@ -55,7 +55,12 @@ add to your /etc/hosts :
|
|||||||
```
|
```
|
||||||
configure your vhosts to add a reverse proxy that will redirect the dev.materio.com to our container
|
configure your vhosts to add a reverse proxy that will redirect the dev.materio.com to our container
|
||||||
|
|
||||||
nginx
|
### nginx
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo mkdir /etc/var/log/popsu
|
||||||
|
```
|
||||||
|
|
||||||
```nginx
|
```nginx
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
@ -94,7 +99,7 @@ server {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
apache
|
### apache
|
||||||
```apache
|
```apache
|
||||||
<Virtualhost *:80>
|
<Virtualhost *:80>
|
||||||
ServerName dev.d7.popsu.archi.fr
|
ServerName dev.d7.popsu.archi.fr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user