mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
fix for apache2-errors. "client denied by server configuration"
parent
3a5a1ad41b
commit
edcb3cd271
1 changed files with 4 additions and 0 deletions
|
|
@ -42,6 +42,10 @@ Config at `/etc/apache2/sites-available/example.com.conf`:
|
||||||
Include /etc/letsencrypt/options-ssl-apache.conf
|
Include /etc/letsencrypt/options-ssl-apache.conf
|
||||||
ServerSignature Off
|
ServerSignature Off
|
||||||
|
|
||||||
|
<Location />
|
||||||
|
require all granted
|
||||||
|
</Location>
|
||||||
|
|
||||||
ProxyPassMatch "^/(sockjs\/.*\/websocket)$" "ws://127.0.0.1:3001/$1"
|
ProxyPassMatch "^/(sockjs\/.*\/websocket)$" "ws://127.0.0.1:3001/$1"
|
||||||
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/"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue