From 1213d51541774c23930e9e49876def373e7e9808 Mon Sep 17 00:00:00 2001 From: merdan Date: Thu, 5 May 2022 15:51:09 +0500 Subject: [PATCH] sarga filters --- config/websockets.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/websockets.php b/config/websockets.php index 3acc2cd8d..019cc7450 100644 --- a/config/websockets.php +++ b/config/websockets.php @@ -36,6 +36,13 @@ return [ ], /* + * listen [::]:443 ssl ipv6only=on; # managed by Certbot + listen 443 ssl; # managed by Certbot + ssl_certificate /etc/letsencrypt/live/sarga.com.tm/fullchain.pem; # managed by Certbot + ssl_certificate_key /etc/letsencrypt/live/sarga.com.tm/privkey.pem; # managed by Certbot + include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot + ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot + * This class is responsible for finding the apps. The default provider * will use the apps defined in this config file. *