From 48e05639afed56371b53f587ff15030b1b532a09 Mon Sep 17 00:00:00 2001 From: Ihsan Ullah Date: Fri, 27 Mar 2026 00:47:59 +0500 Subject: [PATCH] added / at the end of the url --- .env_sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env_sample b/.env_sample index 6bd01cfbd..7ad590e6a 100644 --- a/.env_sample +++ b/.env_sample @@ -71,7 +71,7 @@ AWS_STORAGE_PRIVATE_BUCKET_NAME=private AWS_S3_ENDPOINT_URL=http://minio:9000/ AWS_QUERYSTRING_AUTH=False # Optional URL rewriting in compute worker, format: FROM | TO -#WORKER_BUNDLE_URL_REWRITE=http://localhost:9000|http://minio:9000 +#WORKER_BUNDLE_URL_REWRITE=http://localhost:9000/|http://minio:9000/ # -----------------------------------------------------------------------------