new commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
upload_max_filesize = 1024M
|
||||
post_max_size = 1024M
|
||||
memory_limit = 512M
|
||||
max_execution_time = 300
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
// Set a default for the application base path and public path if they are missing...
|
||||
$_SERVER['APP_BASE_PATH'] = $_ENV['APP_BASE_PATH'] ?? $_SERVER['APP_BASE_PATH'] ?? __DIR__.'/..';
|
||||
$_SERVER['APP_PUBLIC_PATH'] = $_ENV['APP_PUBLIC_PATH'] ?? $_SERVER['APP_BASE_PATH'] ?? __DIR__;
|
||||
|
||||
require __DIR__.'/../vendor/laravel/octane/bin/frankenphp-worker.php';
|
||||
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
phpinfo();
|
||||
?>
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 1.5 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 44 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
Reference in New Issue
Block a user