We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f0970 commit a4a6aa1Copy full SHA for a4a6aa1
xmpp2/files/nginx/conf.d/codingteam.org.ru.conf
@@ -3,7 +3,9 @@
3
# SPDX-License-Identifier: MIT
4
5
server {
6
- listen 443 ssl http2;
+ # TODO: enable back after we set up SSL
7
+ # listen 443 ssl http2;
8
+ listen 443;
9
server_name codingteam.org.ru;
10
11
location /old-logs/ {
0 commit comments