Custom HTTPS Configuration
https://defguard.example.com {
reverse_proxy core:8000
}
https://proxy.example.com {
reverse_proxy proxy:8080
}
:80 {
respond 404
}
:443 {
respond 404
}Last updated
https://defguard.example.com {
reverse_proxy core:8000
}
https://proxy.example.com {
reverse_proxy proxy:8080
}
:80 {
respond 404
}
:443 {
respond 404
}Last updated