mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-22 09:49:20 -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
|
||||
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/
|
||||
|
||||
ProxyPreserveHost On
|
||||
|
||||
Reference in New Issue
Block a user