Skip to content

Commit

Permalink
Merge pull request #16 from lightrun-platform/optimizing-nginx-1
Browse files Browse the repository at this point in the history
fix tab/spaces
  • Loading branch information
Yevgeniy Ovsyannikov authored Oct 23, 2022
2 parents 267134d + 2f53797 commit b72c43e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions lightrun-broker/conf/templates/default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@ server {
client_max_body_size 25m;


proxy_connect_timeout 90s;
proxy_send_timeout 90s;
proxy_read_timeout 90s;
proxy_connect_timeout 90s;
proxy_send_timeout 90s;
proxy_read_timeout 90s;

proxy_buffering on;
proxy_buffer_size 1m;
proxy_buffers 4 1m;
proxy_buffering on;
proxy_buffer_size 1m;
proxy_buffers 4 1m;

proxy_max_temp_file_size 1024m;
proxy_max_temp_file_size 1024m;

proxy_request_buffering on;
proxy_http_version 1.1;
proxy_request_buffering on;
proxy_http_version 1.1;

proxy_cookie_domain off;
proxy_cookie_path off;
proxy_cookie_domain off;
proxy_cookie_path off;

proxy_pass https://lightrun;
proxy_pass https://lightrun;

proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
Expand Down

0 comments on commit b72c43e

Please sign in to comment.