Skip to content

Commit d8fb586

Browse files
authored
redirects fix
1 parent 37a0b95 commit d8fb586

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)