mirror of
https://github.com/linuxserver/docker-nextcloud.git
synced 2026-02-19 23:03:50 +08:00
use regex in location
This commit is contained in:
parent
69c818dfe9
commit
17e9b76ae2
@ -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/;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user