fix
This commit is contained in:
parent
2d16ab4615
commit
c3b7f82a81
1 changed files with 4 additions and 2 deletions
|
|
@ -187,8 +187,10 @@
|
||||||
{
|
{
|
||||||
services.nginx.virtualHosts."home.osbm.dev" = {
|
services.nginx.virtualHosts."home.osbm.dev" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
enableACME = true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://localhost:${toString config.services.glance.settings.server.port}";
|
proxyPass = "http://localhost:${toString config.services.glance.settings.server.port}";
|
||||||
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue