From 5e09641bebd7f7eae4ec667416299baaef3e44ba Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Thu, 30 Apr 2026 15:52:22 +0100 Subject: [PATCH] vault backup: 2026-04-30 15:52:22 --- 99 Daily/2026-04-30.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/99 Daily/2026-04-30.md b/99 Daily/2026-04-30.md index 050b45e..f1cbc0d 100644 --- a/99 Daily/2026-04-30.md +++ b/99 Daily/2026-04-30.md @@ -227,3 +227,6 @@ tags: [daily] - 15:50 (1min) | `video-accessibility` - **Asked:** Write Apache configuration for the accessible-video app with multiple workers and API on port 8012. - **Done:** Updated Apache config snippet to use ProxyPassMatch pattern for port 8012 and removed mixed ProxyPass/RewriteRule conflicts. +- 15:51 | `video-accessibility` + - **Asked:** Write Apache config for the accessible-video application with multiple worker services. + - **Done:** Created Apache configuration with ProxyPassMatch directives, updated backend port to 8012, added 2GB upload limit, and increased proxy timeout to 600s.