Created
April 18, 2016 10:05
-
-
Save alexmuller/6179b0b16f1167ef534c4699e59f2fbe to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
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