复制 upstream gitlab-workhorse{server unix:/var/opt/gitlab/gitlab-workhorse/socket;}server{listen0.0.0.0:80;listen[::]:80;server_name gitlab.your.com;server_tokens off;root/opt/gitlab/embedded/service/gitlab-rails/public;access_log/var/log/nginx/gitlab_access.log;error_log/var/log/nginx/...
license = Gitlab::License.new license.licensee = {# 注册信息"Name" => "none","Company" => "none","Email" => "example@test.com",} license.starts_at = Date.new(2020,1,1)# 开始时间license.expires_at = Date.new(2050,1,1)# 结束时间license.notify_admins_at = Date.new(2049,12,...
server{listen9000;server_name221.222.10.56;location/{proxy_pass http://10.15.10.133:9000;proxy_set_header Upgrade $http_upgrade;proxy_set_header Connection"upgrate";}error_page500502503504/50x.html;location=/50x.html{root/usr/share/nginx/html;}} listen:外网访问的端口 server_name:外网服务器 ip p...
//git.example.com'# Disable the built-in NGINXnginx['enable']=false# Disable the built-in Pumapuma['enable']=false# Set the internal API URLgitlab_rails['internal_api_url']='http://git.example.com'# Define the web server process user (ubuntu/nginx)web_server['external_users']=['...
version:'3'services:gitlab:image:gitlab/gitlab-ce:12.1.6-ce.0hostname:'gitlab.lab.com'ports:-80:80environment:GITLAB_OMNIBUS_CONFIG:|external_url'https://gitlab.lab.com'nginx['enable']=truenginx['listen_port']=80nginx['listen_https']=falsenginx['proxy_set_headers']={"Host"=>"$$...
Set your time zone You can set your local time zone to: Display your local time on your profile, and in places where hovering over your name shows information about you. Align your contribution calendar with your local time to better reflect when your contributions were made ...
From planning to production, bring teams together in one application. Ship secure code more efficiently to deliver value faster.
gitlabhq_production=>UPDATE projects SET runners_token=null,runners_token_encrypted=null;UPDATE16gitlabhq_production=>UPDATE namespaces SET runners_token=null,runners_token_encrypted=null;UPDATE33gitlabhq_production=>UPDATE application_settings SET runners_registration_token_encrypted=null;UPDATE1gitlabhq_product...
server { server_name gitlab.company.com; location / { proxy_pass http://gitlab; proxy_set_header Host $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Real-IP $remote_addr; } location /-/kubernetes-agent/ { ...
type =mysqlhostname=10.14.181.145database =gerritdbusername=rootpassword=123456[container] javaOptions ="-Dflogger.backend_factory=com.google.common.flogger.backend.log4j.Log4jBackendFactory#getInstance"javaOptions ="-Dflogger.logging_context=com.google.gerrit.server.logging.LoggingContext#getInstance"user ...