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
diff options
context:
space:
mode:
authorVladimir Shushlin <v.shushlin@gmail.com>2020-05-13 14:30:05 +0300
committerVladimir Shushlin <v.shushlin@gmail.com>2020-05-13 14:30:05 +0300
commit816519f0929522253f5b45204e9d3e280ef2a392 (patch)
treeef156ceacb39782000a5dec33b326d22c8a1d806 /README.md
parent75f26113c375775bd5aa0cc049c100e057b40c3c (diff)
parent34cfb38599b5a0dcf5b7533eb8830719f35a8a16 (diff)
Merge branch 'master' into update-labkit
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/README.md b/README.md
index ad4c9219..91cd697d 100644
--- a/README.md
+++ b/README.md
@@ -29,17 +29,12 @@ current requests.
the generated configuration for virtual hosts. If present, it uses the TLS
key and certificate in `config.json`, otherwise it falls back to the global
configuration.
-
2. When client connects to a HTTP port the GitLab-Pages daemon looks in the
generated configuration for a matching virtual host.
-
3. The URL.Path is split into `/<project>/<subpath>` and the daemon tries to
load: `pages-root/group/project/public/subpath`.
-
4. If the file is not found, it will try to load `pages-root/group/<host>/public/<URL.Path>`.
-
5. If requested path is a directory, the `index.html` will be served.
-
6. If `.../path.gz` exists, it will be served instead of the main file, with
a `Content-Encoding: gzip` header. This allows compressed versions of the
files to be precalculated, saving CPU time and network bandwidth.