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-opensearch-2.0.3-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.22.9-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.22.8-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.22.7-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.22.6-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.22.5-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.22.4-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.4.2-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.22.3-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.22.2-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.22.1-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.22.0-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.21.0-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.20.1-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.20.0-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.19.0-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.18.0-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-11.17.0-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-opensearch-2.0.2-java spec/fixtures/nginx_reverse_proxy.conf
logstash-output-elasticsearch-test-10.3.0-x86_64-linux spec/fixtures/nginx_reverse_proxy.conf