24 lines
499 B
Plaintext
24 lines
499 B
Plaintext
127.0.0.1:9889 {
|
|
type revHTTP;
|
|
target https://example.org; # RRR
|
|
domain localhost {
|
|
firewall whitelist GLOBAL;
|
|
type revHTTP;
|
|
target https://github.com;
|
|
};
|
|
domain domain.loc {
|
|
import example;
|
|
testi;
|
|
};
|
|
}
|
|
|
|
127.0.0.1:7889 {
|
|
import example, example_custom_auth;
|
|
type revHTTP;
|
|
target https://google.com;
|
|
#auth loopback admin qwerty;
|
|
cauth admin 123;
|
|
cert public ./tests/pub.crt;
|
|
cert private ./tests/priv.key;
|
|
}
|