From fdaceb0d9e51b760bb29726d96736d31e5d6e560 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 13 Feb 2024 23:08:22 +0100 Subject: [PATCH] proxy pass final slash forgotten --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index acb30f5..36186f0 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -28,7 +28,7 @@ location ~ (__PATH__/proxy/videoplayback|__PATH__/proxy/api/v4/|__PATH__/proxy/a proxy_set_header Connection keep-alive; proxy_max_temp_file_size 32m; access_log off; - proxy_pass http://127.0.0.1:__PORT_PROXY__; + proxy_pass http://127.0.0.1:__PORT_PROXY__/; more_set_headers "Cache-Control: private always"; }