From c6e4a417875391ff7f4cb2cf8ef410434603feff Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 16 Jan 2024 20:34:44 +0100 Subject: [PATCH] typo --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index f9431e9..c6ec61b 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -9,7 +9,7 @@ location __PATH__/ { proxy_set_header Connection "upgrade"; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Authorization $http_authorization; - proxy_pass_header Authorization; + proxy_pass_header Authorization; proxy_connect_timeout 3m; proxy_send_timeout 3m;