readme
This commit is contained in:
@@ -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
|
||||
|
||||
nginx
|
||||
### nginx
|
||||
|
||||
```sh
|
||||
sudo mkdir /etc/var/log/popsu
|
||||
```
|
||||
|
||||
```nginx
|
||||
server {
|
||||
listen 80;
|
||||
@@ -94,7 +99,7 @@ server {
|
||||
}
|
||||
```
|
||||
|
||||
apache
|
||||
### apache
|
||||
```apache
|
||||
<Virtualhost *:80>
|
||||
ServerName dev.d7.popsu.archi.fr
|
||||
|
Reference in New Issue
Block a user