]>
BookStack Code Mirror - bookstack/blobdiff - app/Config/clockwork.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Images: Added nulling of image page relation on page delete
[bookstack]
/
app
/
Config
/
clockwork.php
diff --git
a/app/Config/clockwork.php
b/app/Config/clockwork.php
index 394af845172af8d5356f14b97a8c75d0cb856a1b..bd59eaf71d858583f61d0346aeb4e5e657211725 100644
(file)
--- a/
app/Config/clockwork.php
+++ b/
app/Config/clockwork.php
@@
-173,6
+173,8
@@
return [
// List of URIs that should not be collected
'except' => [
+ '/uploads/images/.*', // BookStack image requests
+
'/horizon/.*', // Laravel Horizon requests
'/telescope/.*', // Laravel Telescope requests
'/_debugbar/.*', // Laravel DebugBar requests