Skip to content
New issue

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

accounting_id should allow variables within a string #41

Open
zypA13510 opened this issue Oct 9, 2019 · 0 comments
Open

accounting_id should allow variables within a string #41

zypA13510 opened this issue Oct 9, 2019 · 0 comments

Comments

@zypA13510
Copy link
Contributor

This is working:

accounting_id  $http_host;

Result: accounting_id:example.com

But this does not:

accounting_id  http-$http_host;

Result: accounting_id:http-$http_host
Expected result: accounting_id:http-example.com

@zypA13510 zypA13510 changed the title accounting_id should allow variables with string accounting_id should allow variables within a string Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant