The task is as follows: Turn the nginx config template file into a nginx config file. in the template there are such records as $ uri and so on.
the script uses only the variable $ user
The script considers them as variables and stupidly does not write to the file. Any ideas on how to get around this?