From 584c1fcfb7147de0d7781f0a6e02a3c0b50dc4d5 Mon Sep 17 00:00:00 2001 From: Johannes Hendrik Gerard van der Weide Date: Wed, 6 Mar 2024 11:28:11 +0100 Subject: [PATCH] Attempting a new strat --- services/iceshrimp.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/services/iceshrimp.nix b/services/iceshrimp.nix index f1ae1b4..4605c24 100644 --- a/services/iceshrimp.nix +++ b/services/iceshrimp.nix @@ -22,12 +22,6 @@ locations."/" = { proxyPass = "http://localhost:3000"; proxyWebsockets = true; # needed if you need to use WebSocket - extraConfig = - # required when the target is also TLS server with multiple hosts - "proxy_ssl_server_name on;" + - # required when the server wants to use HTTP Authentication - "proxy_pass_header Authorization;" - ; }; }; };