use regex in location

This commit is contained in:
aptalca 2024-04-02 15:20:22 -04:00
parent 69c818dfe9
commit 17e9b76ae2
No known key found for this signature in database
GPG Key ID: BE36CFFB9FD85548

View File

@ -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/;
}