You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using enviornment value in nginx conf file. some how environment variable empty or null scenario build is failing.
because of "gzip [Not setting any value]". nginx conf format wrong.
Need to give default value for GZIP_DOWNLOADS while fetching in nginx.conf.
Can you please let us know how to give default value for.
Expect to happen
Build should be success even environment variable is not setting.
Actual behavior
build is failing in nginx.conf file.
The text was updated successfully, but these errors were encountered:
CLI Version: 8.7
Build pack 1.25.5
We are using enviornment value in nginx conf file. some how environment variable empty or null scenario build is failing.
because of "gzip [Not setting any value]". nginx conf format wrong.
Need to give default value for GZIP_DOWNLOADS while fetching in nginx.conf.
Can you please let us know how to give default value for.
Expect to happen
Build should be success even environment variable is not setting.
Actual behavior
build is failing in nginx.conf file.
The text was updated successfully, but these errors were encountered: