From 17e9b76ae2a061ea971322deb446f20d150eb0e8 Mon Sep 17 00:00:00 2001 From: aptalca <541623+aptalca@users.noreply.github.com> Date: Tue, 2 Apr 2024 15:20:22 -0400 Subject: [PATCH] use regex in location --- root/defaults/nginx/site-confs/default.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/defaults/nginx/site-confs/default.conf.sample b/root/defaults/nginx/site-confs/default.conf.sample index 2ab42eb..b70b193 100644 --- a/root/defaults/nginx/site-confs/default.conf.sample +++ b/root/defaults/nginx/site-confs/default.conf.sample @@ -157,7 +157,7 @@ server { } # Support for the Client Push (notify_push) plugin, needs mod installed https://github.com/linuxserver/docker-mods/tree/nextcloud-notify-push - location /push/ { + location ^~ /push/ { proxy_pass http://127.0.0.1:7867/; }