mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Fix indentation
This commit is contained in:
@@ -172,8 +172,8 @@ http {
|
|||||||
|
|
||||||
location / {
|
location / {
|
||||||
auth_request /auth/sessions/whoami;
|
auth_request /auth/sessions/whoami;
|
||||||
auth_request_set $userid $upstream_http_x_kratos_authenticated_identity_id;
|
auth_request_set $userid $upstream_http_x_kratos_authenticated_identity_id;
|
||||||
proxy_set_header x-user-id $userid;
|
proxy_set_header x-user-id $userid;
|
||||||
proxy_pass http://{{ manager_ip }}:9822/;
|
proxy_pass http://{{ manager_ip }}:9822/;
|
||||||
proxy_read_timeout 90;
|
proxy_read_timeout 90;
|
||||||
proxy_connect_timeout 90;
|
proxy_connect_timeout 90;
|
||||||
@@ -234,13 +234,13 @@ http {
|
|||||||
|
|
||||||
{%- if airgap is sameas true %}
|
{%- if airgap is sameas true %}
|
||||||
location /repo/ {
|
location /repo/ {
|
||||||
allow all;
|
allow all;
|
||||||
sendfile on;
|
sendfile on;
|
||||||
sendfile_max_chunk 1m;
|
sendfile_max_chunk 1m;
|
||||||
autoindex on;
|
autoindex on;
|
||||||
autoindex_exact_size off;
|
autoindex_exact_size off;
|
||||||
autoindex_format html;
|
autoindex_format html;
|
||||||
autoindex_localtime on;
|
autoindex_localtime on;
|
||||||
}
|
}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user