АК
Size: a a a
АК
k
АК
АК
АК
АК
DS
location /elasticsearch/ {
proxy_http_version 1.1;
proxy_read_timeout 90;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Upgrade $http_upgrade;
rewrite ^/elasticsearch/(.*)$ /$1 break;
proxy_pass http://elasticsearch:9200;
}
DS
D
D
DS
DS
DS
D
D