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

zip-not-found.gitlab.io.json « lookups « shared - gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 94de4a902e8fe4b8d9af723592393352db888191 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "certificate": "",
    "key": "",
    "lookup_paths": [
        {
            "access_control": false,
            "https_only": false,
            "prefix": "/",
            "project_id": 123,
            "source": {
                "path": "http://127.0.0.1:37003/not-found.zip",
                "type": "zip"
            }
        }
    ]
}