mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-25 19:29:21 -07:00
Added notifications/hub to the RewriteRule for Apache. Just as for the other proxies. Without the path didn't work in my environment
@@ -92,8 +92,7 @@ server {
|
|||||||
|
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
RewriteCond %{HTTP:Upgrade} =websocket [NC]
|
RewriteCond %{HTTP:Upgrade} =websocket [NC]
|
||||||
RewriteRule /(.*) ws://<SERVER>:3012/$1 [P,L]
|
RewriteRule /notifications/hub(.*) ws://<SERVER>:3012/$1 [P,L]
|
||||||
|
|
||||||
ProxyPass / http://<SERVER>:80/
|
ProxyPass / http://<SERVER>:80/
|
||||||
|
|
||||||
ProxyPreserveHost On
|
ProxyPreserveHost On
|
||||||
|
|||||||
Reference in New Issue
Block a user