We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to use the Virtualmin template variables from here in the section labelled "Adding Nginx config directives".
It doesn't seem to parse them and causes the nginx site config to be broken on a new site creation.
The code I'm trying is:
location ^~ /.well-known/acme-challenge/ { root /home/${USER}/public_html/; }
Is it possible to use the Virtualmin template variables here or is there any other way of using them in the nginx site config that is generated?
Thanks
The text was updated successfully, but these errors were encountered:
What's the exact error message you're getting? Is it that ${USER} isn't substituted when the domain is created?
Sorry, something went wrong.
No branches or pull requests
I'm trying to use the Virtualmin template variables from here in the section labelled "Adding Nginx config directives".
It doesn't seem to parse them and causes the nginx site config to be broken on a new site creation.
The code I'm trying is:
Is it possible to use the Virtualmin template variables here or is there any other way of using them in the nginx site config that is generated?
Thanks
The text was updated successfully, but these errors were encountered: