Skip to content

Commit e7dd920

Browse files
committed
different way
1 parent f770d33 commit e7dd920

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backend/src/bin/load_balancer.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,8 @@ http {
281281
append_to_conf(&format!(
282282
"
283283
server {{
284-
listen 443;
284+
listen 443 ssl;
285285
server_name {host};
286-
ssl on;
287286
ssl_certificate {cert_file};
288287
ssl_certificate_key {key_file};
289288
include /etc/letsencrypt/options-ssl-nginx.conf;

0 commit comments

Comments
 (0)