Updated Apache (markdown)

Lauri Ojansivu 2022-05-20 22:04:44 +03:00
parent 83b18d35aa
commit f5ba79e536

@ -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: