From 05f9fa0e25041f45e81f5cdaa6d66857a8da0d56 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Fri, 20 Mar 2026 15:27:54 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20playwright=20CI=20tests=20broken=20by=20A?= =?UTF-8?q?pache=E2=86=92Caddy=20switch=20(#7795)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com> --- Containers/mastercontainer/acme.Caddyfile | 4 ++-- Containers/mastercontainer/internal.Caddyfile | 4 ++-- php/tests/tests/initial-setup.spec.js | 0 php/tests/tests/restore-instance.spec.js | 0 4 files changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 php/tests/tests/initial-setup.spec.js mode change 100644 => 100755 php/tests/tests/restore-instance.spec.js diff --git a/Containers/mastercontainer/acme.Caddyfile b/Containers/mastercontainer/acme.Caddyfile index c5e1fc2b..d217481d 100644 --- a/Containers/mastercontainer/acme.Caddyfile +++ b/Containers/mastercontainer/acme.Caddyfile @@ -17,7 +17,8 @@ } servers { - protocols h1 h2 h2c + # Only h1 is allowed as we prevent `ERR_NETWORK_CHANGED` from happening + protocols h1 } on_demand_tls { @@ -39,7 +40,6 @@ https://:8443 { abort @denied root * /var/www/docker-aio/php/public - encode php_fastcgi unix//run/php.sock file_server diff --git a/Containers/mastercontainer/internal.Caddyfile b/Containers/mastercontainer/internal.Caddyfile index 2e3e0753..934458b5 100644 --- a/Containers/mastercontainer/internal.Caddyfile +++ b/Containers/mastercontainer/internal.Caddyfile @@ -13,7 +13,8 @@ } servers { - protocols h1 h2 + # Only h1 is allowed as we prevent `ERR_NETWORK_CHANGED` from happening + protocols h1 } skip_install_trust @@ -27,7 +28,6 @@ https://:8080 { abort @denied root * /var/www/docker-aio/php/public - encode php_fastcgi unix//run/php.sock file_server diff --git a/php/tests/tests/initial-setup.spec.js b/php/tests/tests/initial-setup.spec.js old mode 100644 new mode 100755 diff --git a/php/tests/tests/restore-instance.spec.js b/php/tests/tests/restore-instance.spec.js old mode 100644 new mode 100755