fix
This commit is contained in:
parent
2d16ab4615
commit
c3b7f82a81
1 changed files with 4 additions and 2 deletions
|
|
@ -186,9 +186,11 @@
|
||||||
(config.osbmModules.services.nginx.enable && config.osbmModules.services.glance.enable)
|
(config.osbmModules.services.nginx.enable && config.osbmModules.services.glance.enable)
|
||||||
{
|
{
|
||||||
services.nginx.virtualHosts."home.osbm.dev" = {
|
services.nginx.virtualHosts."home.osbm.dev" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
locations."/" = {
|
enableACME = true;
|
||||||
|
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