deploy: rename deploy path from /var/www/posterg to /var/www/xamxam

This commit is contained in:
Pontoporeia
2026-04-28 22:21:09 +02:00
parent cd68e6e9d7
commit 18a02a0018
5 changed files with 24 additions and 17 deletions

View File

@@ -14,7 +14,7 @@ define('APP_ROOT', __DIR__);
// absolute path outside the webroot.
define('STORAGE_ROOT', php_sapi_name() === 'cli-server'
? __DIR__ . '/storage'
: '/var/www/posterg/storage'
: '/var/www/xamxam/storage'
);
// Error reporting