V
Size: a a a
V
ML
ML
ИЛ
ML
ИЛ
ИЛ
ИЛ
ML
ML
ИЛ
V
server {
listen 880;
listen [::]:880;
server_name trololo.com;
root /home/prilozhuxa/public;
index index.php index.html;
location ~ \.php$ {
try_files $uri /index.php =404;
fastcgi_pass unix:/var/run/php/php7.2-fpm.sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
}
}
ИЛ
server {
listen 880;
listen [::]:880;
server_name trololo.com;
root /home/prilozhuxa/public;
index index.php index.html;
location ~ \.php$ {
try_files $uri /index.php =404;
fastcgi_pass unix:/var/run/php/php7.2-fpm.sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
}
}
ИЛ
V
ML
ML
ML
V
ДК