aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nginx.conf8
1 files changed, 0 insertions, 8 deletions
diff --git a/nginx.conf b/nginx.conf
index 91f2597..ab33a90 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -89,12 +89,4 @@ server {
# deny all;
#}
-
- listen 443 ssl; # managed by Certbot
- listen [::]:443 ssl;
- ssl_certificate /etc/letsencrypt/live/pig.observer/fullchain.pem; # managed by Certbot
- ssl_certificate_key /etc/letsencrypt/live/pig.observer/privkey.pem; # managed by Certbot
- include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
- ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot
-
}