Self-hosted Domain Change

Running a self-hosted server. Changed the domain name after the install. Updated the gitlab.rb file in /etc, as well as the “Custom Git clone URL for HTTP(S)” under Admin->Settings->General, but when I go to create a new empty project, and git clone and remote add addresses are still using the old domain.

What am I missing?

sudo gitlab-ctl reconfigure

Noticed the certs in /etc/gitlab/ssl were for the old domain. Found the command gitlab-ctl and found the reconfigure part in it.

Ran that, thinking it would help, and it did.