GitLab Page

Hi Team,

I have an query related custom domain, in gitlab pages. I am getting below error in Project’s settings > Pages.

“support for domains and certificates is disabled. Ask your system’s administrator to enable it”.

I have entered below configurations in gitlab.rb file and also executed gitlab-ctl reconfigure.

##! Define to enable GitLab Pages
pages_external_url ‘https://mmigit-page.example.com
pages_nginx[‘ssl_certificate’] = “/etc/gitlab/ssl/mmigit.example.com.crt”
pages_nginx[‘ssl_certificate_key’] = “/etc/gitlab/ssl/mmigit.example.com.key”
gitlab_pages[‘enable’] = true

Please help to understand where we are putting wrong thing.