Skip to content

Commit d07009f

Browse files
sych74sachilles
authored andcommitted
redirects fix
1 parent 50d7ec4 commit d07009f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/runtime/config/nginx/gitlab-registry

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ server {
1010
listen *:80;
1111
server_name {{GITLAB_REGISTRY_HOST}};
1212
server_tokens off; ## Don't show the nginx version number, a security best practice
13-
return 301 https://$http_host:$request_uri;
13+
return 301 https://$http_host$request_uri;
1414
access_log {{GITLAB_LOG_DIR}}/nginx/gitlab_registry_access.log;
1515
error_log {{GITLAB_LOG_DIR}}/nginx/gitlab_registry_error.log;
1616
}

0 commit comments

Comments
 (0)