Skip to content

Commit

Permalink
Enable pages (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
nagyv committed Apr 24, 2022
1 parent 61d908e commit 116b5bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/gitlab.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
pages_external_url 'http://127.0.0.1:5051'
pages_nginx['redirect_http_to_https'] = false
pages_nginx['ssl_certificate'] = "/etc/gitlab/ssl/gitlab-registry.pem"
pages_nginx['ssl_certificate_key'] = "/etc/gitlab/ssl/gitlab-registry.key"

registry_external_url 'http://127.0.0.1:5050'
registry['enable'] = true
registry_nginx['ssl_certificate'] = "/etc/gitlab/ssl/gitlab-registry.pem"
Expand Down

0 comments on commit 116b5bc

Please sign in to comment.