snapshot of caddy with oauth security plugin
This commit is contained in:
15
caddy/sites/test.caddy
Normal file
15
caddy/sites/test.caddy
Normal file
@@ -0,0 +1,15 @@
|
||||
test.rik.veenboer.xyz {
|
||||
log {
|
||||
output file /var/log/test.log
|
||||
}
|
||||
|
||||
authorize with mypolicy
|
||||
reverse_proxy host:12345
|
||||
|
||||
}
|
||||
|
||||
auth.rik.veenboer.xyz {
|
||||
route {
|
||||
authenticate with myportal
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user