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
server { listen 80; server_name ~^(?<sub>.+).example.com$; location / { proxy_pass http://${sub}.google.com; } }
对于 ${sub} 形式的变量,不论是格式化还是高亮都支持的不太好,尤其是格式化,会出错。 如果放入引号中 "http://${sub}.google.com" 会无法格式化
${sub}
"http://${sub}.google.com"
The text was updated successfully, but these errors were encountered:
可能 0.4.0 吧
Sorry, something went wrong.
No branches or pull requests
对于
${sub}
形式的变量,不论是格式化还是高亮都支持的不太好,尤其是格式化,会出错。如果放入引号中
"http://${sub}.google.com"
会无法格式化The text was updated successfully, but these errors were encountered: