Created
April 9, 2019 11:32
-
-
Save fedotxxl/e942af3f40049acb7e549646bab5b01e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| 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