AN
Size: a a a
AN
AN
EN
location / {
try_files $uri $uri/ /index.php?$query_string;
}
location /api/common/v1/payment {
auth_basic off;
fastcgi_pass unix:/run/php/php7.2-fpm.sock;
include fastcgi_params;
}
location ~ \.php$ {
auth_basic off;
fastcgi_pass unix:/run/php/php7.2-fpm.sock;
include fastcgi_params;
}
W
EN
W
EN
W
PV
PV
AN
PV
PV
AN
LT
PV
PV
PV