fix ngnix

This commit is contained in:
2023-09-16 20:18:10 +02:00
parent 0e1cb94be0
commit e48fdd3c5c

View File

@@ -26,6 +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;
proxy_set_header User-Agent "${ESI_USER_AGENT}";
}
}