mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
don't use version in socket name.
This commit is contained in:
parent
4666c3744d
commit
81bef92988
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ group = www-data
|
||||||
; (IPv6 and IPv4-mapped) on a specific port;
|
; (IPv6 and IPv4-mapped) on a specific port;
|
||||||
; '/path/to/unix/socket' - to listen on a unix socket.
|
; '/path/to/unix/socket' - to listen on a unix socket.
|
||||||
; Note: This value is mandatory.
|
; Note: This value is mandatory.
|
||||||
listen = /run/php/php7.4-asterisk.sock
|
listen = /run/php/php-asterisk.sock
|
||||||
|
|
||||||
; Set listen(2) backlog.
|
; Set listen(2) backlog.
|
||||||
; Default Value: 511 (-1 on FreeBSD and OpenBSD)
|
; Default Value: 511 (-1 on FreeBSD and OpenBSD)
|
||||||
|
|
|
@ -12,7 +12,7 @@ location ~ ^/freepbx(|/.*)$ { # '~' -> '~*' for case-insensitive regex
|
||||||
alias {{ freepbx_install_dir }}$1.php$2;
|
alias {{ freepbx_install_dir }}$1.php$2;
|
||||||
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
||||||
fastcgi_index index.php;
|
fastcgi_index index.php;
|
||||||
fastcgi_pass unix:/run/php/php7.4-asterisk.sock;
|
fastcgi_pass unix:/run/php/php-asterisk.sock;
|
||||||
|
|
||||||
include fastcgi_params;
|
include fastcgi_params;
|
||||||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue