+1
-4
hosts/prefect/services/caddy.nix
+1
-4
hosts/prefect/services/caddy.nix
···
67
67
# Authentication
68
68
${pns.pocket-id.extUrl} = {
69
69
extraConfig = ''
70
-
reverse_proxy / ${marvin}:${toString pns.pocket-id.port} {
71
-
header_up X-Real-IP {remote_host}
72
-
header_up X-Http-Version {http.request.proto}
73
-
}
70
+
reverse_proxy ${marvin}:${toString pns.pocket-id.port}
74
71
'';
75
72
};
76
73