Advertisement
ahmadfikrizaman

Stripe Auth ApplePay

Oct 20th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. 1. Create this file /etc/nginx-rc/extra.d/<web_app_name>.location.main.stripe.conf
  2. 2. Inside the file, paste the config below
  3.  
  4. location = /.well-known/apple-developer-merchantid-domain-association {
  5. allow all;
  6. }
  7.  
  8. 3. After that, reload Nginx by running: systemctl reload nginx-rc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement