Advertisement
ovizii

invoicing-vhost

Apr 20th, 2017
730
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. ## Start of configuration add by letsencrypt container
  2. location ^~ /.well-known/acme-challenge/ {
  3. allow all;
  4. root /usr/share/nginx/html;
  5. try_files $uri =404;
  6. break;
  7. }
  8. ## End of configuration add by letsencrypt container
  9. proxy_set_header X-Forwarded-Proto https;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement