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:50:54 +0300
commit7d4c5cb8faa21efd5e3c89e9f4e850a372c2a4fa (patch)
treefc933614b48ca24ca4a4036cc1d236368df64562 /shared
parent0173d4e6b6b17443155d121a9098d0e742b9c4e3 (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