From 5b73ab2b1b25fb7dbeba98c2dd24f925c7832513 Mon Sep 17 00:00:00 2001 From: talksik Date: Mon, 14 Aug 2023 16:09:19 -0700 Subject: [PATCH] not found --- nginx.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nginx.conf b/nginx.conf index eed7c7f..fd4e7ae 100644 --- a/nginx.conf +++ b/nginx.conf @@ -34,8 +34,6 @@ http { ssl_certificate /etc/letsencrypt/live/flowy.live/fullchain.pem; # managed by Certbot ssl_certificate_key /etc/letsencrypt/live/flowy.live/privkey.pem; # managed by Certbot - include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot - location / { root /usr/share/nginx/html; index index.html; @@ -62,8 +60,6 @@ http { ssl_certificate /etc/letsencrypt/live/flowy.live/fullchain.pem; # managed by Certbot ssl_certificate_key /etc/letsencrypt/live/flowy.live/privkey.pem; # managed by Certbot - include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot - location / { proxy_pass http://registry:5000; proxy_set_header Host $host; @@ -93,8 +89,6 @@ http { ssl_certificate /etc/letsencrypt/live/flowy.live/fullchain.pem; # managed by Certbot ssl_certificate_key /etc/letsencrypt/live/flowy.live/privkey.pem; # managed by Certbot - include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot - location / { proxy_pass https://rancher; proxy_set_header Host $host;