Advertisement
Guest User

1

a guest
Oct 13th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <?php
  2. /*
  3. * Place here any hosts for which we are to be a proxy -
  4. * e.g. the host on which the J2EE APIs we'll be proxying are running
  5. * */
  6. $SETTING_ALLOWED_HOSTS = array(
  7. 'localhost','127.0.0.1', 'httpbin.org' # change to restrict list to only domains you wish to allow clients to call via this proxy
  8. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement