Properly pass the request uri to the authentication backend
This commit is contained in:
@@ -122,7 +122,7 @@ http {
|
|||||||
listen 127.0.0.1:8000;
|
listen 127.0.0.1:8000;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://$admin/internal/;
|
proxy_pass http://$admin/internal$request_uri;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user