Gitlab Pages will not run

Hello,

some on here, that runs gitlab on ins own env? with a secondary ip and extra domain for pages?

It will not run.

gitlab-ctl tail gitlab-pages

show me that the ssl cert must be there?

/etc/gitlab/ssl/pages.mydomain.crt

I have also rtfm on here, but it not a good docu

https://docs.gitlab.com/ee/administration/pages/

i run the latest version on ubuntu 16.04

Here are my Config for pages

##! Define to enable GitLab Pages

pages_external_url “https://pages.mydomain.com/

gitlab_pages[‘enable’] = true

nginx[‘listen_addresses’] = [‘gitpublicip’]

pages_nginx[‘enable’] = true

gitlab_pages[‘redirect_http’] = true

gitlab_pages[‘use_http2’] = true

gitlab_pages[‘access_control’] = true

pages_nginx[‘ssl_certificate’] = “/etc/letsencrypt/live/mydomain/fullchain.pem”

pages_nginx[‘ssl_certificate_key’] = “/etc/letsencrypt/live/mydomain/privkey.pem”

pages_nginx[‘ssl_protocols’] = “TLSv1.1 TLSv1.2”

gitlab_pages[‘external_http’] = [“pagespublicip:80”]

gitlab_pages[‘external_https’] = [“pagespublicip:443”]