Skip to content

Commit

Permalink
workflows#4
Browse files Browse the repository at this point in the history
  • Loading branch information
folland87 committed Mar 21, 2024
1 parent 0ebbc82 commit 36f4216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ server {
location /api {
set $api_key $API_KEY;
proxy_pass https://cluster-production.elasticsearch.dataesr.ovh;
proxy_set_header Authorization Basic $api_key;
proxy_set_header Authorization 'Basic $api_key';
proxy_set_header Accept application/json;
proxy_set_header Content-Type application/json;
client_max_body_size 10M;
Expand Down

0 comments on commit 36f4216

Please sign in to comment.