aboutsummaryrefslogtreecommitdiff
path: root/nginx.conf
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-10-03 18:45:44 -0600
committerMelody Horn <melody@boringcactus.com>2020-10-03 18:45:44 -0600
commit849041643160ecce8d3b554b7df4f3290a61c48b (patch)
treea546e5daedbafee9ef35bbebe952217dc2bcd948 /nginx.conf
parentf9f192214f40e9990de34d190f6d967526abbdd3 (diff)
downloadpig.observer-849041643160ecce8d3b554b7df4f3290a61c48b.tar.gz
pig.observer-849041643160ecce8d3b554b7df4f3290a61c48b.zip
don't handle SSL ourselves oops
Diffstat (limited to 'nginx.conf')
-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
-
}