fix int to str
This commit is contained in:
parent
87bb177072
commit
7bb2c482a4
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ in
|
|||
addSSL = true;
|
||||
enableACME = true;
|
||||
locations = {
|
||||
"/".proxyPass = "http://localhost:" + headscale-port;
|
||||
"/".proxyPass = "http://localhost:${headscale-port}";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue