mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Updated Apache (markdown)
parent
83b18d35aa
commit
f5ba79e536
1 changed files with 14 additions and 0 deletions
14
Apache.md
14
Apache.md
|
|
@ -52,6 +52,13 @@ Config at `/etc/apache2/sites-available/example.com.conf`:
|
|||
ProxyPass "/" "http://127.0.0.1:3001/"
|
||||
ProxyPassReverse "/" "http://127.0.0.1:3001/"
|
||||
|
||||
<Proxy *>
|
||||
Options FollowSymLinks MultiViews
|
||||
AllowOverride All
|
||||
Order allow,deny
|
||||
allow from all
|
||||
</Proxy>
|
||||
|
||||
</VirtualHost>
|
||||
```
|
||||
|
||||
|
|
@ -75,6 +82,13 @@ Config at `/etc/apache2/sites-available/example.com.conf`:
|
|||
ProxyPass "/wekan" "http://127.0.0.1:3001/wekan"
|
||||
ProxyPassReverse "/wekan" "http://127.0.0.1:3001/wekan"
|
||||
|
||||
<Proxy *>
|
||||
Options FollowSymLinks MultiViews
|
||||
AllowOverride All
|
||||
Order allow,deny
|
||||
allow from all
|
||||
</Proxy>
|
||||
|
||||
</VirtualHost>
|
||||
```
|
||||
To run as default site:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue