nginx 中的配置如下:
proxy_pass http://$subdomain_web;
其中 $subdomain
是变量名,_web
是字符串,但 nginx 会把整个 $subdomain_web
作为变量名解析,请问如何解决这个问题?
相关问题
- How can I prevent my Shiny App from disconnecting
- Can't configure nginx as a proxy for tomcat wi
- How to set Nginx URI to fix empty URI in redirect
- why does connect domain to “Shopify” ask for eithe
- Nginx with Daphne gives 502 Bad Gateway
${subdomain}_web
为啥一定要这样命名呢 不能放变量里面吗 不能不用_吗 不能不用变量吗 不能不用 proxy吗 不能不用nginx吗