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.12.1-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.12.0-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.11.0-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.10.0-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.9.3-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.9.2-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.9.1-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.9.0-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.8.0-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-opensearch-2.0.0-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.7.0-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-opensearch-1.3.0-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.6.0-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.5.0-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.4.1-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.4.0-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.3.3-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.3.2-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-opensearch-1.2.0-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.3.1-java spec/fixtures/nginx_reverse_proxy.conf