mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +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/"
|
ProxyPass "/" "http://127.0.0.1:3001/"
|
||||||
ProxyPassReverse "/" "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>
|
</VirtualHost>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -75,6 +82,13 @@ Config at `/etc/apache2/sites-available/example.com.conf`:
|
||||||
ProxyPass "/wekan" "http://127.0.0.1:3001/wekan"
|
ProxyPass "/wekan" "http://127.0.0.1:3001/wekan"
|
||||||
ProxyPassReverse "/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>
|
</VirtualHost>
|
||||||
```
|
```
|
||||||
To run as default site:
|
To run as default site:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue