mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Updated Install Wekan Docker in production (markdown)
parent
1997dbc4bb
commit
52abd1f8c7
1 changed files with 2 additions and 2 deletions
|
@ -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>`:
|
||||
|
||||
```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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue