Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
02f2ff29
Commit
02f2ff29
authored
Aug 16, 2013
by
Rashid Khan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added _mapping proxy settings
parent
93b48a7d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
sample/apache_ldap.conf
+1
-1
sample/nginx.conf
+4
-0
No files found.
sample/apache_ldap.conf
View file @
02f2ff29
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
</
Proxy
>
</
Proxy
>
# Proxy for _aliases and .*/_search
# Proxy for _aliases and .*/_search
<
LocationMatch
"^(/_aliases|.*/_search)$"
>
<
LocationMatch
"^(/_aliases|.*/_search
|.*/_mapping
)$"
>
ProxyPassMatch
http
://
127
.
0
.
0
.
1
:
9200
ProxyPassMatch
http
://
127
.
0
.
0
.
1
:
9200
ProxyPassReverse
http
://
127
.
0
.
0
.
1
:
9200
ProxyPassReverse
http
://
127
.
0
.
0
.
1
:
9200
</
LocationMatch
>
</
LocationMatch
>
...
...
sample/nginx.conf
View file @
02f2ff29
...
@@ -29,6 +29,10 @@ server {
...
@@ -29,6 +29,10 @@ server {
proxy_pass
http://127.0.0.1:9200
;
proxy_pass
http://127.0.0.1:9200
;
proxy_read_timeout
90
;
proxy_read_timeout
90
;
}
}
location
~
^/.*/_mapping$
{
proxy_pass
http://127.0.0.1:9200
;
proxy_read_timeout
90
;
}
# Password protected end points
# Password protected end points
location
~
^/kibana-int/dashboard/.*$
{
location
~
^/kibana-int/dashboard/.*$
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment