Dear Community,
we found the error and the problem is solved.
In the reverseProxy configuration, the following line break must be removed…
# Incorrect syntax
...
# Globale Einstellungen
add_header Strict-Transport-Security "max-age=15768000;
includeSubDomains; preload;";
fastcgi_hide_header X-Powered-By;
...
# Correct syntax
...
# Globale Einstellungen
add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload;";
fastcgi_hide_header X-Powered-By;
...
Now everything works again…
Greetings from the Rheinland,
migo