标签: nginx environment-variables
我正在尝试配置Angular应用程序。我需要在nginx-custom.conf中添加环境变量。试图添加以下命令
proxy_pass http://${CONSTANT};
但是它已出现以下错误:
> nginx: [emerg] unknown directive "proxy_pass ${CONSTANT}" in > /etc/nginx/conf.d/default.conf:11