You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
242 B
Caddyfile
17 lines
242 B
Caddyfile
2 weeks ago
|
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
|
||
|
}
|