DD-3602: [BACK]. [Доверенность водителю с КЭП] - [реализовать отправку документа через АПИ Диадок] - ПОДПИСАНИЕ КРИПТО ПРО fix nginx
This commit is contained in:
parent
bbe7d1b7fe
commit
73d6b04a10
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue