diff options
author | Akshay <[email protected]> | 2024-03-29 15:35:26 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2024-03-29 15:35:26 +0000 |
commit | f7f351439ea31b5960a09263fec4e79e7b994da2 (patch) | |
tree | c5264efb6d217234a21158aad01e9d894513ea80 /hosts/laurel | |
parent | a89d2d32fc978756d282942454cca2e93828ea54 (diff) |
mantis: add ext device
Diffstat (limited to 'hosts/laurel')
-rw-r--r-- | hosts/laurel/configuration.nix | 3 |
1 files changed, 1 insertions, 2 deletions
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 @@ | |||
93 | proxyPass = "http://127.0.0.1:${builtins.toString config.services.invidious.port}"; | 93 | proxyPass = "http://127.0.0.1:${builtins.toString config.services.invidious.port}"; |
94 | proxyWebsockets = true; | 94 | proxyWebsockets = true; |
95 | extraConfig = '' | 95 | extraConfig = '' |
96 | proxySetHeader X-Forwarded-For $remote_addr; | 96 | proxy_set_header X-Forwarded-For $remote_addr; |
97 | proxy_set_header Host $host; # so Invidious knows domain | 97 | proxy_set_header Host $host; # so Invidious knows domain |
98 | proxy_http_version 1.1; # to keep alive | ||
99 | proxy_set_header Connection ""; # to keep alive | 98 | proxy_set_header Connection ""; # to keep alive |
100 | ''; | 99 | ''; |
101 | }; | 100 | }; |