Properly pass the request uri to the authentication backend

This commit is contained in:
kaiyou
2017-11-18 16:40:01 +01:00
parent 97dd9ed77c
commit 8920982213

View File

@@ -122,7 +122,7 @@ http {
listen 127.0.0.1:8000;
location / {
proxy_pass http://$admin/internal/;
proxy_pass http://$admin/internal$request_uri;
}
}
}