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

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2017-08-08 17:35:00 +0300
committerNick Thomas <nick@gitlab.com>2017-08-08 18:53:23 +0300
commit8bb3816dc37e4107198aff06e19033b95e34c92a (patch)
tree8208733418c22e637d5063515100c674ad563e4f /shared
parent34a68fc5297982c62c5b3947be84555fe3a99dc3 (diff)
Don't serve statically-compiled `.gz` files that are symlinks
Diffstat (limited to 'shared')
-rw-r--r--shared/pages/group/group.test.io/public/gz-symlink1
l---------shared/pages/group/group.test.io/public/gz-symlink.gz1
2 files changed, 2 insertions, 0 deletions
diff --git a/shared/pages/group/group.test.io/public/gz-symlink b/shared/pages/group/group.test.io/public/gz-symlink
new file mode 100644
index 00000000..6320cd24
--- /dev/null
+++ b/shared/pages/group/group.test.io/public/gz-symlink
@@ -0,0 +1 @@
+data \ No newline at end of file
diff --git a/shared/pages/group/group.test.io/public/gz-symlink.gz b/shared/pages/group/group.test.io/public/gz-symlink.gz
new file mode 120000
index 00000000..28e14853
--- /dev/null
+++ b/shared/pages/group/group.test.io/public/gz-symlink.gz
@@ -0,0 +1 @@
+../config.json \ No newline at end of file