D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
usr
/
local
/
psa
/
admin
/
conf
/
templates
/
default
/
domain
/
service
/
Filename :
fpm.php
back
Copy
<?php /** * @var Template_VariableAccessor $VAR * @var array $OPT */ ?> fastcgi_split_path_info ^((?U).+\.php)(/?.+)$; try_files $uri $fastcgi_script_name =404; fastcgi_param PATH_INFO $fastcgi_path_info; fastcgi_pass "<?php echo $VAR->domain->physicalHosting->fpmSocket ?>"; include /etc/nginx/fastcgi.conf; <?php if ($OPT['nginxCacheEnabled'] ?? true): ?> <?=$VAR->includeTemplate('domain/service/nginxCacheFastCgi.php', $OPT)?> <?php endif ?>