From: Pablo Zmdl Date: Mon, 20 Oct 2025 13:56:41 +0000 (+0200) Subject: Use public_html/ as docroot in FPM tests X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=94f86ddf2ca3cec847dec1ff254cd622968b8b7e;p=roundcube-roundcubemail-docker.git Use public_html/ as docroot in FPM tests --- diff --git a/tests/nginx-default.conf b/tests/nginx-default.conf index 80f2f0d..8fb8d10 100644 --- a/tests/nginx-default.conf +++ b/tests/nginx-default.conf @@ -4,7 +4,7 @@ server { server_tokens off; autoindex off; - root /var/www/html; + root /var/www/html/public_html; location / { index index.php;