fix(installer): pass user to template
This commit is contained in:
parent
f8d96156fa
commit
5c135f2cbb
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@ function createNginxConfig($domain, $user, $herseUser, $hersePass)
|
||||||
'nginx-for-ssl-certificate',
|
'nginx-for-ssl-certificate',
|
||||||
[
|
[
|
||||||
'domain' => $domain,
|
'domain' => $domain,
|
||||||
|
'user' => $user,
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue