diff --git a/module.nix b/module.nix index 3825420..ee87191 100644 --- a/module.nix +++ b/module.nix @@ -109,7 +109,7 @@ in ''; locations."/static/".alias = "${static}/"; locations."/" = { - proxyPass = "http://unix:/${cfg.socketPath}"; + proxyPass = "http://unix:${cfg.socketPath}"; extraConfig = '' proxy_set_header Host $host; proxy_set_header X-Forwarded-For $remote_addr;