updated readme

This commit is contained in:
2020-02-25 14:09:24 +01:00
parent 69dee60e7c
commit e91ab4cac8
+2 -2
View File
@@ -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;