From ccaa48a58979581a1ce6ba86f684c100603c352f Mon Sep 17 00:00:00 2001 From: Luis Eduardo Date: Mon, 6 Oct 2025 03:29:05 +0000 Subject: [PATCH] Add path prefix configuration to .env.example for routing --- .env.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.example b/.env.example index b5393aa..d29ab73 100644 --- a/.env.example +++ b/.env.example @@ -12,6 +12,10 @@ PBW_LISTEN_HOST="" # The port on which the pgbackweb will listen for incoming HTTP requests. PBW_LISTEN_PORT="" +# Path prefix to use for all routes. If you set this to e.g. "/pgbackweb", +# the web interface will be available at http://:/pgbackweb +PBW_PATH_PREFIX="" + # Your timezone, this impacts logging, backup filenames and default timezone # in the web interface. TZ=""