<!-- Are you in the right place? - If you are looking for support on how to get your upstream server forwarding, please consider asking the community on Reddit. - If you are writing code changes to contribute and need to ask about the internals of the software, Gitter is the best place to ask. - If you think you found a bug with NPM (not Nginx, or your upstream server or MySql) then you are in the *right place.* --> **Checklist** - Have you pulled and found the error with `jc21/nginx-proxy-manager:latest` docker image? - Yes - Are you sure you're not using someone else's docker image? - Yes - Have you searched for similar issues (both open and closed)? - Yes **Describe the bug** <!-- A clear and concise description of what the bug is. --> Added custom location /database with working host name. Than shut down the host and restarted proxy manager. Proxy manager will no longer start β― Starting nginx ... nginx: [emerg] host not found in upstream "adminer-1" in /data/nginx/proxy_host/3.conf:68 **Nginx Proxy Manager Version** 2.12.3 **To Reproduce** Steps to reproduce the behavior: 1. Go to Custom locations 2. Add new custom location 3. Save 4. Shut down custom location 5. Restart proxy manager 7. See error described above <!-- A clear and concise description of what you expected to happen. --> Proxy manager should be able to ignore the failing configuration and show a warning in the admin ui but still run.