From 5505f0dee271a8eb2bc6641fcecdcfc5a8478dad Mon Sep 17 00:00:00 2001 From: hbrain Date: Thu, 4 Jun 2026 22:38:49 +0200 Subject: [PATCH] HTML serving path changed to root --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c97f70..92ab7c2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ PHP web UI for publishing and managing MVLog videos on **bubulescu.org**. ## Production location -- Web root: `/var/www/html/mvlog` +- Web root: `/var/www/html` - Public URLs: - `https://bubulescu.org/` - `https://bubulescu.org/admin.php` @@ -108,7 +108,7 @@ Current text behavior: Push config is loaded from first available: - `/etc/mvlog/push.php` - `/etc/mvlog/push.json` -- `/var/www/html/mvlog/push.json` +- `/var/www/html/push.json` - `~/.config/mvlog/push.json` ## Auth