Refactor build process to clean it up.
This commit is contained in:
17
all-apps/lb/Caddyfile
Normal file
17
all-apps/lb/Caddyfile
Normal file
@@ -0,0 +1,17 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user