Skip to content
  1. Jul 31, 2020
  2. Jul 27, 2020
  3. Jul 24, 2020
  4. Jul 23, 2020
  5. Jul 21, 2020
  6. Jul 10, 2020
  7. Jul 02, 2020
  8. Jun 22, 2020
  9. Jun 19, 2020
  10. Jun 11, 2020
  11. May 28, 2020
  12. May 22, 2020
    • Helmo's avatar
      Refactor multiple TODOs into two. · f6ec140f
      Helmo authored
      This removes duplication of the zone_file_prefix var. It might be nice to make it configurable in a follow up.
      f6ec140f
  13. May 19, 2020
  14. Apr 28, 2020
  15. Apr 07, 2020
  16. Mar 30, 2020
  17. Mar 20, 2020
  18. Mar 04, 2020
  19. Mar 03, 2020
  20. Jan 16, 2020
  21. Dec 09, 2019
  22. Dec 03, 2019
  23. Nov 23, 2019
    • Jason's avatar
      Added Missed patch edit, and correct the vhost loop · 21559a63
      Jason authored
      Change the name from proxy_protocol to use_proxy_protocol in vhost file due to site level overriding the check
      
      tested both on apache2 and nginx with haproxy load balancer on TCP Mode
      21559a63
    • Jason's avatar
      Added proxy protocol feature: · eac89bb0
      Jason authored
      Added Global Setting to Server config tab to
        - Enable & Disable the feature
        - Set the Proxy HTTP & HTTPS Ports
      
      Added Per site level switch to enable and disable feature (Located in the Web Tab under the advanced section)
      
      Added Apache2 and Nginx vhost updates to enable proxy_protocol on the listen lines
      
      Added New database column to web_domain called "proxy_protocol" to enable site level config (Patch file Added upd_0089.sql)
      
      Updated the Base Table SQL file to include "proxy_protocol" field
      eac89bb0