Use public_html/ as docroot in FPM tests
authorPablo Zmdl <redacted>
Mon, 20 Oct 2025 13:56:41 +0000 (15:56 +0200)
committerPablo Zmdl <redacted>
Mon, 3 Nov 2025 13:16:40 +0000 (14:16 +0100)
tests/nginx-default.conf

index 80f2f0dd94fe5fbac2a94f567b780d4dc56f2b50..8fb8d10fd36eaa35b0170ead54f2ba542e8343c2 100644 (file)
@@ -4,7 +4,7 @@ server {
     server_tokens off;
     autoindex off;
 
-    root /var/www/html;
+    root /var/www/html/public_html;
 
     location / {
         index index.php;
git clone https://git.99rst.org/PROJECT