bundles/nginx: support PHP 7.3
This commit is contained in:
parent
0743283763
commit
94c2c644a6
1 changed files with 8 additions and 0 deletions
|
@ -38,6 +38,14 @@ server {
|
||||||
% endfor
|
% endfor
|
||||||
% endif
|
% endif
|
||||||
|
|
||||||
|
% if php:
|
||||||
|
location ~ \.php$ {
|
||||||
|
include fastcgi_params;
|
||||||
|
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
||||||
|
fastcgi_pass unix:/run/php/php7.3-fpm.sock;
|
||||||
|
}
|
||||||
|
% endif
|
||||||
|
|
||||||
% if extras:
|
% if extras:
|
||||||
<%include file="extras/${node.name}/${domain}" />
|
<%include file="extras/${node.name}/${domain}" />
|
||||||
% endif
|
% endif
|
||||||
|
|
Loading…
Reference in a new issue