remove: config/include/ auth-refresh-token.conf

This commit is contained in:
vchikalkin 2024-01-16 13:10:50 +03:00
parent 6ea46a1165
commit c6ea0cb49d
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
set $refresh_token $REFRESH_TOKEN;

View File

@ -54,7 +54,7 @@ server {
}
location / {
include /etc/nginx/include/auth-refresh-token.conf;
set $refresh_token $REFRESH_TOKEN;
proxy_pass http://app;
proxy_http_version 1.1;