SUPPORT-8592. Проверка подписи маркера доступа
This commit is contained in:
parent
9e85e4e8de
commit
4fa45a1f5e
46 changed files with 1970 additions and 250 deletions
|
|
@ -2,8 +2,8 @@ server {
|
|||
listen 80;
|
||||
server_name localhost;
|
||||
|
||||
location = /sign {
|
||||
fastcgi_pass ervu-sign-module:9009;
|
||||
include fastcgi_params;
|
||||
location / {
|
||||
fastcgi_pass ervu-sign-module:9009;
|
||||
include fastcgi_params;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue