Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. server {
  2. server_name abc.example.com;
  3. listen 80;
  4. listen 443 ssl;
  5. ssl_certificate /etc/letsencrypt/live/example.com/fullchain.pem;
  6. ssl_certificate_key /etc/letsencrypt/live/example.com/privkey.pem;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement