Skip to content

Commit 33578b2

Browse files
committed
codingteam.org.ru: drop the old log location proxy
1 parent b5743a1 commit 33578b2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,6 @@ server {
66
listen 443 ssl http2;
77
server_name codingteam.org.ru;
88

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-
189
location /old-logs/ {
1910
alias /opt/codingteam/old-logs/;
2011
index index.html;

0 commit comments

Comments
 (0)