docker/web/Caddyfile
author ymh <ymh.work@gmail.com>
Mon, 29 Jul 2024 23:18:55 +0200
changeset 131 2a18dfe8bfc0
parent 130 5eeebcbdee22
permissions -rw-r--r--
last change before install
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
129
f6b392c37e10 lucene 7.7.1 compiled but not compatible with ldt indexation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
tralalere.iri-research.org {
f6b392c37e10 lucene 7.7.1 compiled but not compatible with ldt indexation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
    tls internal
f6b392c37e10 lucene 7.7.1 compiled but not compatible with ldt indexation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
f6b392c37e10 lucene 7.7.1 compiled but not compatible with ldt indexation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
    handle_path /static/* {
f6b392c37e10 lucene 7.7.1 compiled but not compatible with ldt indexation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
        root * /static
f6b392c37e10 lucene 7.7.1 compiled but not compatible with ldt indexation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
        file_server
f6b392c37e10 lucene 7.7.1 compiled but not compatible with ldt indexation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
    }
f6b392c37e10 lucene 7.7.1 compiled but not compatible with ldt indexation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
    
f6b392c37e10 lucene 7.7.1 compiled but not compatible with ldt indexation
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
    handle /* {
f6b392c37e10 lucene 7.7.1 compiled but not compatible with ldt indexation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
        reverse_proxy server:8000 {
f6b392c37e10 lucene 7.7.1 compiled but not compatible with ldt indexation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
            transport uwsgi {
f6b392c37e10 lucene 7.7.1 compiled but not compatible with ldt indexation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
                uwsgi_param UWSGI_SCHEME https
f6b392c37e10 lucene 7.7.1 compiled but not compatible with ldt indexation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
            }
f6b392c37e10 lucene 7.7.1 compiled but not compatible with ldt indexation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
        }
f6b392c37e10 lucene 7.7.1 compiled but not compatible with ldt indexation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    15
    }
f6b392c37e10 lucene 7.7.1 compiled but not compatible with ldt indexation
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
}