<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Kris,<br>
    <br>
    This sounds like you have 2 FQDNs for the same website.<br>
    <br>
    One way of solving that one is split-horizon DNS. So your internal
    users see the serverRoot resolve to the directly-connected internal
    IP address, and external users get the IP of the reverse proxy. And
    also ask yourself if there is any good reason you aren't just
    sending internal users through the reverse proxy as well.<br>
    <br>
    Also, in your reverse proxy, I would make the client_max_body_size a
    bit bigger than the limit you've set as the uploadChunkSize in
    ZendTo. Else you're might get weird things happening due to the
    proxy rejecting upload blocks that you thought it would allow
    through to ZendTo.<br>
    <br>
    Cheers,<br>
    Jules.<br>
    <br>
    <div class="moz-cite-prefix">On 14/09/2020 20:56, Kris Lou via
      ZendTo wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:WM!8d9be10890109cb1d1cec131de1feca38686bf3d30c729be26980737d89e3a4150c5aabd05973b3bad13ac2c71180d2c!@mx.jul.es">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">All:
        <div><br>
        </div>
        <div>I have Nginx running as a Reverse Proxy (over SSL, but also
          terminating a different FQDN SSL) in front of default Apache
          serving Zendto.  I was running into "Note that you cannot
          drop-off directories, only files." <br clear="all">
          <div>
            <div dir="ltr" class="gmail_signature"
              data-smartmail="gmail_signature">
              <div dir="ltr">
                <div>
                  <div dir="ltr">
                    <div><br>
                    </div>
                    <div>I was able to solve this by setting
                      "client_max_body_size 50M;" in my reverse proxy
                      (to match my uploadChunkSize) configs -- otherwise
                      nginx defaults to 1M uploads.</div>
                    <div><br>
                    </div>
                    <div>Anyways, the issue is "fixed" for 99% of my use
                      case, but when testing internally - via internal
                      FQDN served directly to Apache/Zendto, I still run
                      into the same error on all uploads.  Out of
                      curiosity, any ideas why this might be?  </div>
                    <div><br>
                    </div>
                    <div>My 'serverRoot' points to the external FQDN on
                      the reverse proxy.</div>
                    <div><br>
                    </div>
                    <div>Thanks,</div>
                    <div>Kris</div>
                    <div><br>
                      Kris Lou<br>
                      <a href="mailto:klou@themusiclink.net"
                        target="_blank" moz-do-not-send="true">klou@themusiclink.net</a></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
ZendTo mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ZendTo@zend.to">ZendTo@zend.to</a>
<a class="moz-txt-link-freetext" href="http://jul.es/mailman/listinfo/zendto">http://jul.es/mailman/listinfo/zendto</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">Jules

-- 
Julian Field MEng CEng CITP MBCS MIEEE MACM

'There is one thing stronger than all the armies in the world;
 and that is an idea whose time has come.'

<a class="moz-txt-link-abbreviated" href="http://www.Zend.To">www.Zend.To</a>
Twitter: @JulesFM
</pre>
  </body>
</html>