Another nginx solution if webhooks does not work (UI doesn't update
automatically and has "Server disconnected") in the menu:
nginx needs to enable webhooks explicitly:
map $http_upgrade $connection_upgrade {
default upgrade;
'' close;
}
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
--
You received this message because you are subscribed to the Google Groups
"Perkeep" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/perkeep/c5b267cc-bc71-47b4-aa63-48506153fe31%40googlegroups.com.