From cd52e36f70c11f424d594f60017081219ce42cce Mon Sep 17 00:00:00 2001 From: Sirttas Date: Sat, 16 Sep 2023 16:25:13 +0200 Subject: [PATCH] user agent --- nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.conf b/nginx.conf index 5bc8d15..aa3f2b0 100644 --- a/nginx.conf +++ b/nginx.conf @@ -26,5 +26,6 @@ server { proxy_ssl_server_name on; proxy_set_header Host "esi.evetech.net"; proxy_set_header X-Forwarded-Proto https; + proxy_set_header User-Agent ${ESI_USER_AGENT}; } } \ No newline at end of file