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:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2020-05-09 04:20:14 +0300
committerBen Bodenmiller <bbodenmiller@hotmail.com>2020-05-09 04:20:14 +0300
commit090280e5ffa604723fb4283b941da76f2ebd18b5 (patch)
treee4ccb746501f6a27b31bf1eb9c512b70f332ee5d /README.md
parentd2971aa83f417c089f0e65ecc2af317bf35d569d (diff)
Fix spacing in README
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.