refs #1134 Adds help script to new ogdhcp installation
testing/og-dhcp-API/pipeline/head There was a failure building this commit Details

nginx_conf
Luis Gerardo Romero Garcia 2024-11-13 18:27:08 +01:00
parent 0e329ef2d3
commit 3249dd0a53
1 changed files with 1 additions and 1 deletions

View File

@ -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;