modules: services: paperless: proxy websockets
This commit is contained in:
parent
14d56a1337
commit
bf6af94bec
1 changed files with 5 additions and 0 deletions
|
|
@ -110,6 +110,11 @@ in
|
|||
sso = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# Enable websockets on root
|
||||
extraConfig = {
|
||||
locations."/".proxyWebsockets = true;
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue