Infini-DL360/hedgedoc: proxy websockets
This commit is contained in:
parent
b93b985768
commit
126ee83f09
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ in
|
|||
services.nginx.virtualHosts.${domain} = common.nginx.ssl-inx // {
|
||||
locations."/" = {
|
||||
proxyPass = "http://${cfg.settings.host}:${toString cfg.settings.port}";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue