Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2020-01-24 12:55:57 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2020-01-24 12:55:57 +0300
commitffac803acc9c7dd44a14762b75149a2b77600d0d (patch)
treef36b19f0a23a8c9155d95fe35a101cfb3e0dc4c2 /layouts/404.html
parent98a1695b06a6c078de93fcfe2299820381f8e86b (diff)
Now that GitLab Pages support HTTPS redirects, remove the hack
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/404.html b/layouts/404.html
index bc2b15d6..e3f69414 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -22,6 +22,5 @@
<%# Add analytics only in production %>
<%= render '/analytics.*' %>
<% end %>
- <%= render '/https_redirect.*' %>
</body>
</html>