2643: Fix nginx config r=mergify[bot] a=Diman0
Forgot to adapt some IF statements. All config is normalized now for front.
So true/false now matches the boolean value True/False. Instead if {% IF X == 'true' %} we should now use {% IF X %}
## What type of PR?
bug-fix
## What does this PR do?
Fixes a bug in the nginx config. This bug prevents the /admin endpoint from being exposed.
### Related issue(s)
## Prerequisites
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.
- [ n/a] In case of feature or enhancement: documentation updated accordingly
- [ n/a] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file.
Co-authored-by: Dimitri Huisman <diman@huisman.xyz>