This website requires JavaScript.
Explore
Help
Sign In
root
/
elasticsearch
mirror of
https://github.com/elastic/elasticsearch.git
Watch
1
Star
0
Fork
You've already forked elasticsearch
0
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
db80251fb9
elasticsearch
/
test
/
fixtures
/
nginx-fixture
/
nginx.conf
11 lines
109 B
Nginx Configuration File
Raw
Blame
History
events
{
}
http
{
server
{
listen
80
default_server
;
listen
[::]:80
default_server
;
root
/data
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink