mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
needs unix:
This commit is contained in:
parent
b8fb6fd60d
commit
ad1fab91ef
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ location ~ ^/freepbx(|/.*)$ { # '~' -> '~*' for case-insensitive regex
|
|||
alias {{ freepbx_install_dir }}$1.php$2;
|
||||
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
||||
fastcgi_index index.php;
|
||||
fastcgi_pass /run/php/php7.4-asterisk.sock;
|
||||
fastcgi_pass unix:/run/php/php7.4-asterisk.sock;
|
||||
|
||||
include fastcgi_params;
|
||||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||
|
|
Loading…
Add table
Reference in a new issue