Sha256: 95c858d9a96be4b1d0c3fe2ca617347910b42fd4987473b528e60cb5a86727dc

Contents?: true

Size: 400 Bytes

Versions: 143

Compression:

Stored size: 400 Bytes

Contents

worker_processes  1;
daemon off; # run in foreground

events {
  worker_connections 1024;
}

http {
  server {
    listen 9900 default_server;
    ssl on;
    ssl_certificate server.crt;
    ssl_certificate_key server.key;
    client_max_body_size 200m;

    location / {
      proxy_pass http://localhost:9200;
      auth_basic "Restricted Content";
      auth_basic_user_file htpasswd;
    }
  }
}

Version data entries

143 entries across 143 versions & 3 rubygems

Version Path
logstash-output-elasticsearch-11.3.0-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.2.3-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.2.2-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.2.1-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.2.0-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.1.0-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-opensearch-1.1.0-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.0.5-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.0.4-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.0.3-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-opensearch-1.0.0-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.0.2-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.0.1-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.0.0-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-10.8.6-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-10.8.4-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-10.8.3-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-10.8.2-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-10.8.1-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-10.8.0-java spec/fixtures/nginx_reverse_proxy.conf