From f7f351439ea31b5960a09263fec4e79e7b994da2 Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 29 Mar 2024 15:35:26 +0000 Subject: mantis: add ext device --- hosts/laurel/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hosts/laurel/configuration.nix') diff --git a/hosts/laurel/configuration.nix b/hosts/laurel/configuration.nix index 8dce03f..74e2948 100644 --- a/hosts/laurel/configuration.nix +++ b/hosts/laurel/configuration.nix @@ -93,9 +93,8 @@ proxyPass = "http://127.0.0.1:${builtins.toString config.services.invidious.port}"; proxyWebsockets = true; extraConfig = '' - proxySetHeader X-Forwarded-For $remote_addr; + proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header Host $host; # so Invidious knows domain - proxy_http_version 1.1; # to keep alive proxy_set_header Connection ""; # to keep alive ''; }; -- cgit v1.2.3