Skip to content

Instantly share code, notes, and snippets.

@fedotxxl
Created April 9, 2019 11:32
Show Gist options
  • Select an option

  • Save fedotxxl/e942af3f40049acb7e549646bab5b01e to your computer and use it in GitHub Desktop.

Select an option

Save fedotxxl/e942af3f40049acb7e549646bab5b01e to your computer and use it in GitHub Desktop.
location ~ ^/otm-proxy/(.*) {
resolver 8.8.8.8;
access_log /var/log/alfadart-prebid-server/otm.log prebid_server_otm_proxy;
proxy_pass https://ssp.otm-r.com/$1;
proxy_set_header Host ssp.otm-r.com;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment