Wire admin studio SSR and search infrastructure

This commit is contained in:
2026-05-01 11:46:06 +02:00
parent 257b0dbef6
commit 18cea8b0f0
329 changed files with 197465 additions and 2741 deletions

View File

@@ -54,6 +54,16 @@ return [
'url' => env('APP_URL', 'http://localhost'),
// Internal nginx X-Accel-Redirect settings for artwork original files.
// Keep downloads on the normal PHP streaming path unless accel is explicitly
// enabled and mapped in nginx.
'download_accel_enabled' => (bool) env('DOWNLOAD_ACCEL_ENABLED', false),
// Set this to the nginx internal location prefix (e.g. /internal/originals)
// to have nginx serve download file bodies directly, bypassing FPM buffering.
// Leave empty (default) to fall back to PHP streaming via response()->download().
'download_accel_path' => env('DOWNLOAD_ACCEL_PATH', ''),
/*
|--------------------------------------------------------------------------
| Application Timezone