typo in nginx.conf
This commit is contained in:
parent
7b09546c45
commit
429d81e8c1
1 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,9 @@ http {
|
|||
# List port
|
||||
listen {{"{{"}}GIN_PORT{{"}}"}};
|
||||
|
||||
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
|
||||
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;pu
|
||||
ssl_certificate /etc/ssl/nginx/fullchain.pem;
|
||||
ssl_certificate_key /etc/ssl/nginx/privkey.key;
|
||||
ssl_certificate_key /etc/ssl/nginx/privkey.pem;
|
||||
ssl_ciphers HIGH:!aNULL:!MD5;
|
||||
|
||||
keepalive_timeout 70;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue