mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-06 08:13:32 +01:00
Common Module - Add SSL to Kibana
This commit is contained in:
@@ -84,7 +84,7 @@ http {
|
||||
#include /etc/nginx/default.d/*.conf;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri.html index.html;
|
||||
try_files $uri $uri.html /index.html;
|
||||
}
|
||||
|
||||
location /app/kibana {
|
||||
@@ -93,7 +93,7 @@ http {
|
||||
proxy_set_header Connection 'upgrade';
|
||||
proxy_set_header Host $host;
|
||||
proxy_cache_bypass $http_upgrade;
|
||||
proxy_pass http://{{ masterip }}:5601/;
|
||||
proxy_pass http://{{ masterip }}:5601/app/kibana;
|
||||
}
|
||||
|
||||
error_page 404 /404.html;
|
||||
|
||||
Reference in New Issue
Block a user