diff --git a/modules/holocron/copyparty/default.nix b/modules/holocron/copyparty/default.nix index 54d6ab1..934d9b2 100644 --- a/modules/holocron/copyparty/default.nix +++ b/modules/holocron/copyparty/default.nix @@ -68,6 +68,7 @@ in { settings = { i = "0.0.0.0"; p = [7902]; + rproxy = 1; }; accounts = { blake = { @@ -111,9 +112,6 @@ in { extraConfig = '' tls /etc/ssl/blakedheld.xyz.crt /etc/ssl/blakedheld.xyz.key reverse_proxy 127.0.0.1:${toString cfg.port} { - header_up X-Real-IP {remote_host} - header_up X-Forwarded-For {http.request.remote} - header_up X-Forwarded-Proto {scheme} } ''; };