Skip to content

Commit

Permalink
Fix: wrong version handshake nginx issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tongxuanbao committed Jan 7, 2024
1 parent ebc426d commit 1e89540
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ server {

ssl_certificate /etc/letsencrypt/live/delivery.baotong.dev/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/delivery.baotong.dev/privkey.pem;
ssl_protocols TLSv1.2 TLSv1.3;

location / {
proxy_pass https://simulator:8080/;
Expand Down

0 comments on commit 1e89540

Please sign in to comment.