We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab1175 commit abea180Copy full SHA for abea180
1 file changed
custom_modules/core_services.nix
@@ -134,6 +134,12 @@ in
134
reverse_proxy 127.0.0.1:7171
135
}
136
137
+ handle_path /caddy-api* {
138
+ reverse_proxy 127.0.0.1:2019 {
139
+ header_up Host {upstream_hostport}
140
+ }
141
142
+
143
handle {
144
reverse_proxy 127.0.0.1:8082
145
@@ -288,7 +294,7 @@ in
288
294
{
289
295
"Caddy" = {
290
296
icon = "caddy";
291
- href = "http://127.0.0.1:2019/config/"; # Raw JSON config view
297
+ href = "/caddy-api/config/";
292
298
description = "Reverse Proxy";
293
299
widget = {
300
type = "caddy";
0 commit comments