From 89d7959f25a55eaac2f4f36bcc5bb27241464e1a Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 11 May 2026 10:58:51 -0600 Subject: [PATCH] =?UTF-8?q?Modificaci=C3=B3n=20de=20fast=20cgi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 18d9f23e..5c1aea00 100644 --- a/nginx.conf +++ b/nginx.conf @@ -19,7 +19,7 @@ http { } location ~ \.php$ { - fastcgi_pass 127.0.0.1:9000; + fastcgi_pass [::1]:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name; include fastcgi_params;