Skip to content

Commit

Permalink
s5s6: Upgrade nginx config for Kibana 7.7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
pevma committed Jun 16, 2020
1 parent 69786df commit 861dfff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/SELKS5-SELKS6/SN-S5-S6-Upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,11 @@ server {
proxy_redirect off;
}
location /internal/ {
proxy_pass http://127.0.0.1:5601/internal/;
proxy_redirect off;
}
location / {
proxy_pass http://127.0.0.1:8000;
proxy_read_timeout 600;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,11 @@ server {
proxy_redirect off;
}
location /internal/ {
proxy_pass http://127.0.0.1:5601/internal/;
proxy_redirect off;
}
location / {
proxy_pass http://127.0.0.1:8000;
proxy_read_timeout 600;
Expand Down

0 comments on commit 861dfff

Please sign in to comment.