blob: aca5ccaad3907b2f52f1c0a6db082b09fa1a470f [file] [log] [blame]
Skyler Grey4f3e6062023-03-04 01:29:29 +00001
2http://api.clicks.codes {
3 handle_path /nucleus {
4 reverse_proxy http://127.0.0.1:10000 {
5 trusted_proxies 192.168.81.136
6 }
7 }
Skyler Grey64193b32023-03-05 23:54:53 +00008 respond 404
Skyler Grey4f3e6062023-03-04 01:29:29 +00009}
10
11http://clicks.codes {
12 reverse_proxy http://127.0.0.1:3000 {
13 trusted_proxies 192.168.81.136
14 }
15}
16
17http://www.clicks.codes {
18 redir https://clicks.codes{uri} {
19 trusted_proxies 192.168.81.136
20 }
21}