Magento does not recognize the own backend URL and displays 404
I have a Magento2 store divided into three docker containers: Magento2 Maria DB Nginx The Nginx receives all queries and forwards them to the Magento2 container. This one processes the incoming request. But when I try to call www.mydomain.de/backend-url, Magento…