Skip to content

Instantly share code, notes, and snippets.

@alexmuller
Created April 18, 2016 10:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexmuller/6179b0b16f1167ef534c4699e59f2fbe to your computer and use it in GitHub Desktop.
Save alexmuller/6179b0b16f1167ef534c4699e59f2fbe to your computer and use it in GitHub Desktop.
```
backend-lb in /etc/nginx/sites-enabled/specialist-publisher.integration.publishing.service.gov.uk
```
location /cma-cases {
proxy_set_header Host specialist-publisher-rebuild.integration.publishing.service.gov.uk;
proxy_pass https://specialist-publisher-upstream;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment