Guest User

Untitled

a guest
Nov 23rd, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. server {
  2. location / {
  3. proxy_pass http://yourdistribution.cloudfront.net;
  4. }
  5. }
  6.  
  7. ProxyPass / http://yourdistribution.cloudfront.net/
  8. ProxyPassReverse http://yourdistribution.cloudfront.net/ /
Add Comment
Please, Sign In to add comment