diff --git a/index.php b/index.php index 749bc90..470e834 100644 --- a/index.php +++ b/index.php @@ -1,4 +1,3 @@ \ No newline at end of file +// Redirect ke index.html +readfile(__DIR__ . '/index.html'); \ No newline at end of file diff --git a/nixpacks.toml b/nixpacks.toml deleted file mode 100644 index 8687f67..0000000 --- a/nixpacks.toml +++ /dev/null @@ -1,5 +0,0 @@ -[phases.setup] -nixPkgs = ["php83", "php83Extensions.mysqli", "php83Extensions.pdo_mysql", "php83Extensions.mbstring", "php83Extensions.session", "php83Packages.composer"] - -[start] -cmd = "php -S 0.0.0.0:80 -t /app" \ No newline at end of file