fix readme and nginx config
This commit is contained in:
parent
ab7c1a9a44
commit
5bc8e066c6
6
readme.md
Normal file
6
readme.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# hosttoday/ht-docker-elk
|
||||||
|
This image runs the elastic stack and supports full basic authentication
|
||||||
|
|
||||||
|
```
|
||||||
|
docker run -d --name elstack -p 80:80 -p 443:443 -p 9200:9201 -e SSL=true -e ELSK_USER="anyuser" -e ELSK_PASS="anypass" hosttoday/ht-docker-elk
|
||||||
|
```
|
@ -32,7 +32,7 @@ server {
|
|||||||
|
|
||||||
server {
|
server {
|
||||||
listen [::]:9201 ssl http2;
|
listen [::]:9201 ssl http2;
|
||||||
listen 443 ssl http2;
|
listen 9201 ssl http2;
|
||||||
|
|
||||||
server_name _;
|
server_name _;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user