Skip to content

Commit

Permalink
Merge pull request #3550 from airqo-platform/more-nginx-config
Browse files Browse the repository at this point in the history
just making more nginx to test out indentation observation
  • Loading branch information
Baalmart authored Sep 29, 2024
2 parents c490d45 + e562838 commit 1b0acd0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions k8s/nginx/staging/global-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: nginx-config
namespace: nginx-ingress
data:
proxy-body-size: "400m"
proxy-body-size: "350m"
client-max-body-size: "350m"
proxy-protocol: "True"
real-ip-header: "proxy_protocol"
Expand Down Expand Up @@ -50,7 +50,11 @@ data:
proxy_method $method;
proxy_pass http://airqo-stage-auth-api-svc.staging.svc.cluster.local:3000/api/v2/users/$verification_path;
proxy_pass_request_body on;
proxy_set_header Content-Length '';
proxy_buffer_size 128k;
proxy_busy_buffers_size 64k;
proxy_http_version 1.1;
proxy_set_header Connection '';
proxy_set_header Content-Type application/json;
proxy_set_header X-Original-URI $request_uri;
proxy_set_header X-Original-Method $request_method;
proxy_set_header X-Client-IP $client_ip;
Expand Down

0 comments on commit 1b0acd0

Please sign in to comment.