We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d7ec4 commit d07009fCopy full SHA for d07009f
assets/runtime/config/nginx/gitlab-registry
@@ -10,7 +10,7 @@ server {
10
listen *:80;
11
server_name {{GITLAB_REGISTRY_HOST}};
12
server_tokens off; ## Don't show the nginx version number, a security best practice
13
- return 301 https://$http_host:$request_uri;
+ return 301 https://$http_host$request_uri;
14
access_log {{GITLAB_LOG_DIR}}/nginx/gitlab_registry_access.log;
15
error_log {{GITLAB_LOG_DIR}}/nginx/gitlab_registry_error.log;
16
}
0 commit comments