mirror of
https://github.com/pvlnes/homelab.git
synced 2026-06-03 17:13:49 +00:00
comment rat-api caddy conf
This commit is contained in:
parent
76b0e8b7d5
commit
38680dbffd
@ -90,13 +90,17 @@ rat.sesur.dev {
|
||||
}
|
||||
}
|
||||
|
||||
rat-api.sesur.dev {
|
||||
@notAllowed {
|
||||
not remote_ip 31.57.61.253
|
||||
}
|
||||
respond @notAllowed "Forbidden" 403
|
||||
reverse_proxy 127.0.0.1:4000
|
||||
}
|
||||
#rat-api.sesur.dev {
|
||||
# log {
|
||||
# output file /var/log/caddy/access.log
|
||||
# format json
|
||||
# }
|
||||
# @notAllowed {
|
||||
# not remote_ip 31.57.61.253
|
||||
# }
|
||||
# respond @notAllowed "Forbidden" 403
|
||||
# reverse_proxy 127.0.0.1:4000
|
||||
#}
|
||||
|
||||
http://cyberchef.lan {
|
||||
reverse_proxy 127.0.0.1:8095
|
||||
|
||||
Loading…
Reference in New Issue
Block a user