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 b5743a1 commit 33578b2Copy full SHA for 33578b2
xmpp2/files/nginx/conf.d/codingteam.org.ru.conf
@@ -6,15 +6,6 @@ server {
6
listen 443 ssl http2;
7
server_name codingteam.org.ru;
8
9
- # TODO: old logs
10
- #location /_logs/ {
11
- # proxy_set_header X-Forwarded-Host $host;
12
- # proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
13
- # proxy_set_header X-Forwarded-Proto $scheme;
14
- # proxy_http_version 1.1;
15
- # proxy_pass https://chatlogs.jabber.ru/;
16
- #}
17
-
18
location /old-logs/ {
19
alias /opt/codingteam/old-logs/;
20
index index.html;
0 commit comments