My Nix Configuration

[prefect] fix caddy config

Changed files
+1 -4
hosts
prefect
services
+1 -4
hosts/prefect/services/caddy.nix
···
# Authentication
${pns.pocket-id.extUrl} = {
extraConfig = ''
-
reverse_proxy / ${marvin}:${toString pns.pocket-id.port} {
-
header_up X-Real-IP {remote_host}
-
header_up X-Http-Version {http.request.proto}
-
}
'';
};
···
# Authentication
${pns.pocket-id.extUrl} = {
extraConfig = ''
+
reverse_proxy ${marvin}:${toString pns.pocket-id.port}
'';
};