mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +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
|
||||
ServerSignature Off
|
||||
|
||||
<Location />
|
||||
require all granted
|
||||
</Location>
|
||||
|
||||
ProxyPassMatch "^/(sockjs\/.*\/websocket)$" "ws://127.0.0.1:3001/$1"
|
||||
ProxyPass "/" "http://127.0.0.1:3001/"
|
||||
ProxyPassReverse "/" "http://127.0.0.1:3001/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue