diff --git a/etc/nginxServer.conf.tmpl b/etc/nginxServer.conf.tmpl index f71118d..a2c6e8b 100644 --- a/etc/nginxServer.conf.tmpl +++ b/etc/nginxServer.conf.tmpl @@ -18,7 +18,7 @@ server { # Bloque para manejar las solicitudes a index.php location ~ ^/index.php(/|$) { include fastcgi_params; - fastcgi_pass unix:/run/php/php__PHPVERSION__-fpm-opengnsys.sock; + fastcgi_pass unix:/run/php/php__PHPVERSION__-fpm-ogdhcp.sock; fastcgi_split_path_info ^(.+\.php)(/.*)$; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param PATH_INFO $fastcgi_path_info;