commit | c60298d9eeebf8410da7b0d3c5a151c4693e24b2 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Wed Mar 08 00:14:35 2023 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Wed Mar 08 00:14:35 2023 +0000 |
tree | b1411341f648da3b4191148d589fab504b9a3d46 | |
parent | 1d6ed72dad963e93a9a12a92bd515a2c76edfcdf [diff] |
Respond to unknown services with 503
diff --git a/modules/caddy/Caddyfile b/modules/caddy/Caddyfile index aca5cca..ba7537a 100644 --- a/modules/caddy/Caddyfile +++ b/modules/caddy/Caddyfile
@@ -1,11 +1,11 @@ http://api.clicks.codes { - handle_path /nucleus { + handle_path /nucleus/* { reverse_proxy http://127.0.0.1:10000 { trusted_proxies 192.168.81.136 } } - respond 404 + respond 503 } http://clicks.codes {