diff --git a/Install-Wekan-Docker-in-production.md b/Install-Wekan-Docker-in-production.md index 4590df1..11fe86b 100644 --- a/Install-Wekan-Docker-in-production.md +++ b/Install-Wekan-Docker-in-production.md @@ -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 ``: ```ApacheConf - ProxyPass "/" "http://127.0.0.1:8081" - ProxyPassReverse "/" "http://127.0.0.1:8081" + ProxyPass "/" "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`