Compare commits
2 Commits
f391e35221
...
5c61a74e3d
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c61a74e3d | |||
| ffe6bdd0f4 |
@@ -314,3 +314,23 @@ web.email-bayarea.com {
|
||||
mail.email-srvr.com {
|
||||
respond "Mailserver Certificate Authority is running." 200
|
||||
}
|
||||
|
||||
|
||||
greenlenspro.com {
|
||||
encode zstd gzip
|
||||
|
||||
@storage path /storage /storage/*
|
||||
handle @storage {
|
||||
uri strip_prefix /storage
|
||||
reverse_proxy minio:9000
|
||||
}
|
||||
|
||||
@api path /api /api/* /auth /auth/* /v1 /v1/* /health /plants /plants/*
|
||||
handle @api {
|
||||
reverse_proxy api:3000
|
||||
}
|
||||
|
||||
handle {
|
||||
reverse_proxy landing:3000
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user