fix config
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
services.nginx.virtualHosts."sync.stubbe.rocks" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/".proxyPass = "http://localhost:${services.resilio.httpListenPort}";
|
||||
locations."/".proxyPass = "http://localhost:${config.services.resilio.httpListenPort}";
|
||||
};
|
||||
|
||||
services.resilio = {
|
||||
|
||||
Reference in New Issue
Block a user