Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SSL Offloading to an external load balancer is possible, the load balancer must support / enable websockets.

  1. Do not follow the above "SSL Configuration in the delivered nginx proxy" instructions! Keep the ordinary HTTP setup!
  2. Configure Translate5 as it would have SSL (runtimeOptions.server.protocol = https://) and run autodiscovery to configure messagebus correctly.
    Jump into the php container and call the autoconfiguration:

    Code Block
    docker-compose exec php bash
    t5 config runtimeOptions.server.protocol = "https://"
    t5 service:auto -a -s frontendmessagebus
  3. In the proxy container of translate5 modify /etc/nginx/conf.d/server.conf and duplicate the /ws/ location block with /wss/.
    Just do that like described in

...


Common problems

If the pdfconverter container is always dying immediately after start-up with message "[WARNING] The local web server is already running".

...