remove: config/include/ auth-refresh-token.conf
This commit is contained in:
parent
6ea46a1165
commit
c6ea0cb49d
@ -1 +0,0 @@
|
|||||||
set $refresh_token $REFRESH_TOKEN;
|
|
||||||
@ -54,7 +54,7 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
include /etc/nginx/include/auth-refresh-token.conf;
|
set $refresh_token $REFRESH_TOKEN;
|
||||||
proxy_pass http://app;
|
proxy_pass http://app;
|
||||||
|
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user