# Websocket in Nginx Proxy Manager

[![Bildschirmfoto 2024-04-04 um 20.08.25.png](https://wiki.unixweb.net/uploads/images/gallery/2024-04/scaled-1680-/bildschirmfoto-2024-04-04-um-20-08-25.png)](https://wiki.unixweb.net/uploads/images/gallery/2024-04/bildschirmfoto-2024-04-04-um-20-08-25.png)Einrichtung Websocket für Vaultwarden:

```plain
location:             /notifications/hub
scheme:               http
forward-hostname/ip:  IPvonVaultwarden
port:                 3012
zahnradmenü:          proxy_set_header Upgrade $http_upgrade;
                      proxy_set_header Connection "upgrade";
```

```plain
location:             /notification/hub/negotiate
scheme:               http
forward-hostname/ip:  IPvonVaultwarden
port:                 8080
```