mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2026-07-26 21:08:10 +02:00
6 lines
188 B
Plaintext
6 lines
188 B
Plaintext
{$SCHEME}://dependency-track.{$MAIN_DOMAIN} {
|
|
import authelia_middleware
|
|
reverse_proxy /api/* {$DEPENDENCY_TRACK_APISERVER_ADDRESS}
|
|
reverse_proxy {$DEPENDENCY_TRACK_FRONTEND_ADDRESS}
|
|
}
|