feat: netbird
This commit is contained in:
parent
53b83b3471
commit
ea118b7995
64 changed files with 1088 additions and 665 deletions
|
|
@ -28,6 +28,6 @@ in
|
|||
services.nginx.virtualHosts."${domain}" = mkIf enableNginx {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/".proxyPass = "http://localhost:${toString config.services.cockpit.port}";
|
||||
locations."/".proxyPass = "http://127.0.0.1:${toString config.services.cockpit.port}";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue