К
Size: a a a
К
И
VY
server {
listen 80;
listen [::]:80;
root /var/www/projects/million-new/public;
# Add index.php to the list if you are using PHP
index index.php index.html index.htm;
server_name million-new.local;
location / {
try_files $uri $uri/ /index.php?$query_string;
}
location ~ \.php$ {
try_files $uri =404;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass unix:/run/php/php7.4-fpm.sock;
fastcgi_index index.php;
include fastcgi_params;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
}
}
P
VY
ИС
VY
VY
ИС
server {
listen 80;
listen [::]:80;
root /var/www/projects/million-new/public;
# Add index.php to the list if you are using PHP
index index.php index.html index.htm;
server_name million-new.local;
location / {
try_files $uri $uri/ /index.php?$query_string;
}
location ~ \.php$ {
try_files $uri =404;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass unix:/run/php/php7.4-fpm.sock;
fastcgi_index index.php;
include fastcgi_params;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
}
}
P
VY
VY
VY
P
VY
VY
P
VY
VY