nginx ssl.
This commit is contained in:
@@ -20,8 +20,9 @@ server {
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
http2 on;
|
||||
server_name xmpp.guschin.info;
|
||||
|
||||
# SSL certificate paths (using self-signed certificates from Prosody)
|
||||
|
||||
Reference in New Issue
Block a user