Does the EDR Server use the Apache Web Server?
No EDR uses Nginx and not Apache for the Web Server
server
{
# IMPORTANT: If listener configuration is updated here, make sure to
# also upate corresponding Nginx#### parameters in /etc/cb/cb.conf file
#listen [::]:80 ipv6only=off;
server_name _;
return 301 https://$host$request_uri;
}