Skip to content

Commit

Permalink
add websocket support for notify_push
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca committed Apr 2, 2024
1 parent 17e9b76 commit f3a2346
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions root/defaults/nginx/site-confs/default.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ server {
# Support for the Client Push (notify_push) plugin, needs mod installed https://github.com/linuxserver/docker-mods/tree/nextcloud-notify-push
location ^~ /push/ {
proxy_pass http://127.0.0.1:7867/;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
}

location / {
Expand Down

0 comments on commit f3a2346

Please sign in to comment.