| author | ymh <ymh.work@gmail.com> |
| Wed, 17 Jul 2024 22:46:52 +0200 | |
| changeset 702 | 2a6e667b1610 |
| permissions | -rw-r--r-- |
| 702 | 1 |
hdalab.iri-research.org {
|
2 |
tls internal |
|
3 |
||
4 |
redir / /hdalab/ |
|
5 |
rewrite /hdalab /hdalab/ |
|
6 |
||
7 |
handle_path /static/* {
|
|
8 |
root * /static |
|
9 |
file_server |
|
10 |
} |
|
11 |
||
12 |
handle_path /hdalab/* {
|
|
13 |
reverse_proxy server:8000 {
|
|
14 |
transport uwsgi {
|
|
15 |
uwsgi_param SCRIPT_NAME /hdalab |
|
16 |
uwsgi_param UWSGI_SCHEME https |
|
17 |
} |
|
18 |
} |
|
19 |
} |
|
20 |
} |