This commit is contained in:
2025-10-14 15:59:55 -05:00
parent d75853b9ee
commit 9c4f5716a2

View File

@@ -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}
}
'';
};