Wire admin studio SSR and search infrastructure
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user