Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • B builder
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Daniel Dehennin
  • builder
  • Repository
Switch branch/tag
  • builder
  • README.md
Find file BlameHistoryPermalink
  • Philippe Caseiro's avatar
    feat(post-processor) Adding reverse proxy support for onepublish · 324127d5
    Philippe Caseiro authored Oct 13, 2021
    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