Commit f6b8b59
committed
Fix fastboot check in nginx erb template
In production we're currently returning a 502 Bad Gateway for
`/policies`. I intend to merge this and deploy to production shortly.
This bug was introduced in #1907. The bad check always evaluated to
true. An explicit check for an empty string is added as well. I've
tested this locally with `erb` and different values and the generated
configuration is now working correctly.1 parent a6c5f0d commit f6b8b59
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
0 commit comments