ММ
Size: a a a
ММ
DK
𝕄👓
𝕄👓
DK
𝕄👓
R
AK
DS
R
M
DS
IT
j
server {
charset utf-8;
client_max_body_size 128M;
listen 443 ssl http2;
server_name s
ite.com;
index index.php index.html;
root /app/public/static;
server_name 127.0.0.1 localhost;
ssl_certificate /cert/live/s
ite.com/fullchain.pem;
ssl_certificate_key /cert/live/s
ite.com/privkey.pem;
location / {
try_files $uri $uri/ /index.html;
}
location ~ \.php$ {
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass php-fpm:9000;
fastcgi_index index.php;
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_path_info;
}
}
SG
A
V
A