DuR4c3ll

Results 1 comments of DuR4c3ll

``` server { listen 443; server_name kiwi.example.com; ssl on; ssl_protocols TLSv1.2; ssl_certificate /etc/letsencrypt/live/kiwi.example.com/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/kiwi.example.com/privkey.pem; location / { proxy_pass https://kiwi.example.com:7777; } } ``` Do it like that for SSL and...