17 lines
242 B
Caddyfile
17 lines
242 B
Caddyfile
|
|
wg-easy1.nassella.cc {
|
||
|
|
reverse_proxy http://wg-easy:80
|
||
|
|
|
||
|
|
# tls internal
|
||
|
|
# x
|
||
|
|
# log
|
||
|
|
}
|
||
|
|
|
||
|
|
nextcloud1.nassella.cc {
|
||
|
|
reverse_proxy http://nextcloud:80
|
||
|
|
# tls internal
|
||
|
|
}
|
||
|
|
|
||
|
|
root.nassella.cc {
|
||
|
|
reverse_proxy http://nginx:80
|
||
|
|
# tls internal
|
||
|
|
}
|