How do I change the Load balancer URL to our domain (e.g. https://example.com)?
So if my domain is "example.com" and my server IP address is "192.168.100.1", this is what I would fill in the loadbalancer_l configuration:
HTTPD.servername="www.example.com"
HTTPD.X-Forwarded-For.trusted.proxy.regex="192\\\\.168\\\\.100\\\\.1"
If that's true, the loadbalancer URL that I reconfigured is gone and I can't access the existing models.
Note that I apply other configurations such as "HTTPD.RewriteEngine=off" so that I can access the localhost server with the domain "localhost" instead of the server name.
So if my domain is "example.com" and my server IP address is "192.168.100.1", this is what I would fill in the loadbalancer_l configuration:
HTTPD.servername="www.example.com"
HTTPD.X-Forwarded-For.trusted.proxy.regex="192\\\\.168\\\\.100\\\\.1"
If that's true, the loadbalancer URL that I reconfigured is gone and I can't access the existing models.
Note that I apply other configurations such as "HTTPD.RewriteEngine=off" so that I can access the localhost server with the domain "localhost" instead of the server name.
This line should be without brackets:
HTTPD.servername=www.example.com
And all the commands should be performed in one single line