This commit is contained in:
Nuno Sempere 2023-03-08 07:38:01 +00:00
parent 1bd5f8edb8
commit 88d76e8573

View File

@ -58,6 +58,10 @@ fn blagh_init {
notify_errors=$status
}
}
if not if (~ $req_path $blagh_uri^*){
echo 1
}
}
}