提交 309a3f14 编写于 作者: S Stan Hu

Merge branch 'fix-gitlab-registry-ssl-redirect' into 'master'

Fix: redirect non-SSL request for gitlab registry to valid URL

See merge request gitlab-org/gitlab-ce!20824
......@@ -10,7 +10,7 @@ server {
listen *:80;
server_name registry.gitlab.example.com;
server_tokens off; ## Don't show the nginx version number, a security best practice
return 301 https://$http_host:$request_uri;
return 301 https://$http_host$request_uri;
access_log /var/log/nginx/gitlab_registry_access.log gitlab_access;
error_log /var/log/nginx/gitlab_registry_error.log;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册