Updated Install Wekan Docker in production (markdown)

Matthieu FAURE 2015-09-26 14:35:38 +02:00
parent 1997dbc4bb
commit 52abd1f8c7

@ -68,8 +68,8 @@ Let say you have the following "mytodo.org" vhost configured in `/etc/apache2/si
Add the following lines at the end just before `</VirtualHost>`: Add the following lines at the end just before `</VirtualHost>`:
```ApacheConf ```ApacheConf
ProxyPass "/" "http://127.0.0.1:8081" ProxyPass "/" "http://127.0.0.1:8081/"
ProxyPassReverse "/" "http://127.0.0.1:8081" ProxyPassReverse "/" "http://127.0.0.1:8081/"
``` ```
**Note:** if not already done, don't forget to enable your vhost `sudo a2ensite mytodo.org` **Note:** if not already done, don't forget to enable your vhost `sudo a2ensite mytodo.org`