-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels