Skip to content

Commit 911629f

Browse files
committed
remove letsencrypt conf
1 parent 1bb58e2 commit 911629f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/bin/load_balancer.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ http {
286286
server_name {host};
287287
ssl_certificate {cert_file};
288288
ssl_certificate_key {key_file};
289-
include /etc/letsencrypt/options-ssl-nginx.conf;
289+
# include /etc/letsencrypt/options-ssl-nginx.conf;
290290
location / {{
291291
proxy_pass https://{host}:80/;
292292
proxy_http_version 1.1;

0 commit comments

Comments
 (0)