DD-3602: [BACK]. [Доверенность водителю с КЭП] - [реализовать отправку документа через АПИ Диадок] - ПОДПИСАНИЕ КРИПТО ПРО fix nginx

This commit is contained in:
cherednik 2025-03-10 16:50:54 +04:00
parent bbe7d1b7fe
commit 73d6b04a10
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ server {
location ~* \.php$ { location ~* \.php$ {
try_files $uri $uri/ /index.php last; try_files $uri $uri/ /index.php last;
fastcgi_split_path_info (.+?\.php)(/.*)$; fastcgi_split_path_info (.+?\.php)(/.*)$;
fastcgi_pass localhost:9000; fastcgi_pass signer:9000;
fastcgi_index index.php; fastcgi_index index.php;
include fastcgi_params; include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;