RR
Size: a a a
RR
MD
DS
RR
MD
DS
DS
MD
MD
k
DS
DS
DS
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
DS
DS
DS