fix(installer): pass user to template

This commit is contained in:
mrflos 2023-03-27 15:46:49 +03:00
parent f8d96156fa
commit 5c135f2cbb

View file

@ -167,6 +167,7 @@ function createNginxConfig($domain, $user, $herseUser, $hersePass)
'nginx-for-ssl-certificate',
[
'domain' => $domain,
'user' => $user,
]
)
);