Properly pass the request uri to the authentication backend

master
kaiyou 7 years ago
parent 97dd9ed77c
commit 8920982213

@ -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;
} }
} }
} }

Loading…
Cancel
Save