updated readme
This commit is contained in:
@@ -23,7 +23,7 @@ add to your /etc/hosts :
|
|||||||
```
|
```
|
||||||
configure your apache/nginx vhosts to add a reverse proxy that will redirect the dev.materio.com to our container
|
configure your apache/nginx vhosts to add a reverse proxy that will redirect the dev.materio.com to our container
|
||||||
|
|
||||||
```# apache
|
```apache
|
||||||
<Virtualhost *:80>
|
<Virtualhost *:80>
|
||||||
ServerName dev.muntadas-protocols.figli.io
|
ServerName dev.muntadas-protocols.figli.io
|
||||||
ProxyPass / http://127.0.0.1:8882/
|
ProxyPass / http://127.0.0.1:8882/
|
||||||
@@ -32,7 +32,7 @@ configure your apache/nginx vhosts to add a reverse proxy that will redirect the
|
|||||||
</Virtualhost>
|
</Virtualhost>
|
||||||
```
|
```
|
||||||
|
|
||||||
```# nginx
|
```nginx
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name dev.muntadas-protocols.figli.io;
|
server_name dev.muntadas-protocols.figli.io;
|
||||||
|
|||||||
Reference in New Issue
Block a user