Skip to content

Commit a4a6aa1

Browse files
committed
(#39) codingteam.org.ru: disable SSL for the time of setup
1 parent 37f0970 commit a4a6aa1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

xmpp2/files/nginx/conf.d/codingteam.org.ru.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
# SPDX-License-Identifier: MIT
44

55
server {
6-
listen 443 ssl http2;
6+
# TODO: enable back after we set up SSL
7+
# listen 443 ssl http2;
8+
listen 443;
79
server_name codingteam.org.ru;
810

911
location /old-logs/ {

0 commit comments

Comments
 (0)