Add SERVER.md documentation for production VPS configuration

Documents Hetzner CX23 hosting setup, nginx/PHP-FPM stack, SQLite database configuration, and deployment architecture for single-app deployment
This commit is contained in:
Ovidiu U
2026-05-15 14:00:44 +01:00
parent bfd73f9b1b
commit bf3aa57ef9
2 changed files with 93 additions and 0 deletions

View File

@@ -4,4 +4,5 @@ use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return view('welcome');
});