summaryrefslogtreecommitdiff
path: root/lib/support/nginx/gitlab
diff options
context:
space:
mode:
authormattes <matthias.kadenbach@gmail.com>2014-09-05 11:43:52 +0200
committermattes <matthias.kadenbach@gmail.com>2014-12-31 18:37:31 -0800
commit2c9b35732409c2a73150788067e1b03b91101f39 (patch)
tree0ee482e92863f279db8aaa65c820a5406b97f46a /lib/support/nginx/gitlab
parent82dec3baf284675564a3c3adc9c198519828bc67 (diff)
downloadgitlab-ce-2c9b35732409c2a73150788067e1b03b91101f39.tar.gz
remove optional html tags
Diffstat (limited to 'lib/support/nginx/gitlab')
-rw-r--r--lib/support/nginx/gitlab7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/support/nginx/gitlab b/lib/support/nginx/gitlab
index ab6ca6e6260..80827150bee 100644
--- a/lib/support/nginx/gitlab
+++ b/lib/support/nginx/gitlab
@@ -62,12 +62,7 @@ server {
if ($http_user_agent ~* "Go") {
return 200 "
<!DOCTYPE html>
- <html lang='en'>
- <head>
- <meta charset='utf-8'>
- <meta content='$host$uri git $scheme://$host$uri.git' name='go-import'>
- </head>
- <body></body>
+ <head><meta content='$host$uri git $scheme://$host$uri.git' name='go-import'></head>
</html>";
}