Difference between revisions of "Poddery - Diaspora, Matrix and XMPP"

Line 129: Line 129:
   proxy_set_header Host $http_host;
   proxy_set_header Host $http_host;
   proxy_set_header X-Forwarded-Proto https;
   proxy_set_header X-Forwarded-Proto https;
   proxy_redirect off;
   proxy_redirect off;
   proxy_connect_timeout 5;
   proxy_connect_timeout 5;
   proxy_buffering      off;
   proxy_buffering      off;
   proxy_read_timeout    70;
   proxy_read_timeout    70;
   keepalive_timeout    70;
   keepalive_timeout    70;
   send_timeout          70;
   send_timeout          70;
   client_max_body_size 4M;
   client_max_body_size 4M;
   client_body_buffer_size 128K;
   client_body_buffer_size 128K;
   proxy_pass http://chat_cluster;
   proxy_pass http://chat_cluster;
  }
  }