Advertisement
Guest User

Untitled

a guest
Nov 12th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. location ^~ /.well-known/acme-challenge/ {
  2. access_log off;
  3. log_not_found off;
  4. auth_basic off;
  5. root /usr/local/ispconfig/interface/acme/;
  6. autoindex off;
  7. index index.html;
  8. try_files $uri $uri/ =404;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement