How do I change the Load balancer URL to our domain (e.g. https://example.com)?
Best Reply
6 Replies
-
-
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.comAnd all the commands should be performed in one single line
-
-
Hi.
Those settings are not available by default. But you can check all the configuration by execute this command below on ARIS Cloud Controller.
show instance loadbalancer_l