Modificación de fast cgi

This commit is contained in:
2026-05-11 10:58:51 -06:00
parent edb1c859a0
commit 89d7959f25
+1 -1
View File
@@ -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;