fix: fix envoy tests

This commit is contained in:
Stavros
2026-03-14 12:09:18 +02:00
parent c2a57b57b8
commit 1feffaa4d2
3 changed files with 12 additions and 15 deletions

View File

@@ -25,6 +25,9 @@ server {
internal;
proxy_pass http://tinyauth:3000/api/auth/nginx;
proxy_set_header x-original-url $scheme://$http_host$request_uri;
proxy_set_header x-forwarded-proto $scheme;
proxy_set_header x-forwarded-host $host;
proxy_set_header x-forwarded-uri $request_uri;
}
location @tinyauth_login {