Search
 
SCRIPT & CODE EXAMPLE
 

PHP

php nginx file not found

location ~ .php$ {
            root           html;
            fastcgi_pass   127.0.0.1:9000;
            fastcgi_index  index.php;
            fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;
            include        fastcgi_params;
}
Comment

PREVIOUS NEXT
Code Example
::  
::  
Php ::  
::  
::  
::  
:: codeigniter 4 query builder get inserted id 
::  
:: php extract month and year from date 
Php ::  
::  
::  
Php ::  
Php ::  
::  
::  
::  
::  
::  
Php :: how to log object laravel logger 
Php ::  
::  
::  
::  
::  
::  
:: carbon greater than 
:: declare empty array in php 
Php ::  
::  
ADD CONTENT
Topic
Content
Source link
Name
5+6 =