mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
[fix] correct jinja template syntax
This commit is contained in:
@@ -59,7 +59,7 @@ http {
|
||||
}
|
||||
{%- endif %}
|
||||
|
||||
{&- if role in ['eval', 'mastersearch', 'master', 'standalone'] &}
|
||||
{%- if role in ['eval', 'mastersearch', 'master', 'standalone'] %}
|
||||
server {
|
||||
listen 80 default_server;
|
||||
server_name _;
|
||||
@@ -214,7 +214,6 @@ http {
|
||||
return 301 https://{{ fleet_ip }}/fleet;
|
||||
}
|
||||
{%- else %}
|
||||
|
||||
location /fleet/ {
|
||||
proxy_pass https://{{ masterip }}:8080;
|
||||
proxy_read_timeout 90;
|
||||
|
||||
Reference in New Issue
Block a user