Skip to content
  • Philippe Caseiro's avatar
    feat(post-processor) Adding reverse proxy support for onepublish · 324127d5
    Philippe Caseiro authored
    If the builder is behind an reverse proxy, add the external_url option
    to the configuration.
    
    Create a simple configuration in your reverse proxy to allow redirecting
    requests to the builder like :
    
    https://myreverse/images/mybuilder_addr/mybuilder_port/image_path
    
    This have to be redirected to :
    
    http://mybuilder_addr:mybuilder_port/image_path
    324127d5