mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
/app/ to /app/dashboards/
This commit is contained in:
@@ -230,9 +230,9 @@ http {
|
|||||||
proxy_cookie_path /api/ /influxdb/api/;
|
proxy_cookie_path /api/ /influxdb/api/;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /app/ {
|
location /app/dashboards/ {
|
||||||
auth_request /auth/sessions/whoami;
|
auth_request /auth/sessions/whoami;
|
||||||
rewrite /app/(.*) /app/$1 break;
|
rewrite /app/dashboards/(.*) /app/dashboards/$1 break;
|
||||||
proxy_pass http://{{ GLOBALS.manager }}:5601/app/;
|
proxy_pass http://{{ GLOBALS.manager }}:5601/app/;
|
||||||
proxy_read_timeout 300;
|
proxy_read_timeout 300;
|
||||||
proxy_connect_timeout 300;
|
proxy_connect_timeout 300;
|
||||||
@@ -241,6 +241,7 @@ http {
|
|||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
proxy_set_header Proxy "";
|
proxy_set_header Proxy "";
|
||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
|
}
|
||||||
|
|
||||||
location /kibana/ {
|
location /kibana/ {
|
||||||
auth_request /auth/sessions/whoami;
|
auth_request /auth/sessions/whoami;
|
||||||
|
|||||||
Reference in New Issue
Block a user