<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>58454</bug_id>
          
          <creation_ts>2026-03-31 15:14:07 +0300</creation_ts>
          <short_desc>NGINX: Enable  ssl_preread</short_desc>
          <delta_ts>2026-03-31 15:26:48 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>nginx</component>
          <version>unstable</version>
          <rep_platform>x86_64</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>ASSIGNED</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P5</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="stalker">stalker</reporter>
          <assigned_to name="Anton Farygin">rider</assigned_to>
          <cc>placeholder</cc>
    
    <cc>rider</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>284870</commentid>
    <comment_count>0</comment_count>
    <who name="stalker">stalker</who>
    <bug_when>2026-03-31 15:14:07 +0300</bug_when>
    <thetext>Добавить для модуля stream опцию 
--with-stream_ssl_preread_module


нужно для

 map $ssl_preread_server_name $backend {
    test.example.com ingress_test;
    api.example.com   ingress_api;
    default ingress_test;
  }

  upstream ingress_test {
    server 192.168.150.70:30443;

  }

  upstream ingress_api {
    server 10.10.0.70:30443;

  }

  server {
    listen 443;

    proxy_pass $backend;

    ssl_preread on;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>