I want to change the gerrit canonical URL. I have installed canonical URL on my server and i have a subdoain pointing to it as follows
http://gerrit.domain.com.
The gerrit is running on port 8080 so i have changed the port to 80 by editing gerrit.config file [httpd] field. now my subdomain will open up gerrit hoempage without giving any port. But when i print canonical web url it still shows localhost:8080 and its causing the problem when the open id sign in return from server it redirects to
gerrit.domain.com:8080 which is not valid i want that it redirects to gerrit.domain,com instead of
gerrit.domain.com:8080Can you please help how can i fix this?