try nginx ssl
This commit is contained in:
parent
3d4478b000
commit
7b09546c45
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,11 @@ http {
|
|||
# List port
|
||||
listen {{"{{"}}GIN_PORT{{"}}"}};
|
||||
|
||||
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
|
||||
ssl_certificate /etc/ssl/nginx/fullchain.pem;
|
||||
ssl_certificate_key /etc/ssl/nginx/privkey.key;
|
||||
ssl_ciphers HIGH:!aNULL:!MD5;
|
||||
|
||||
keepalive_timeout 70;
|
||||
|
||||
# Access log with buffer, or disable it completetely if unneeded
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue