Files
securityonion/salt/nginx/soc_nginx.yaml
2023-05-08 12:18:46 -04:00

31 lines
1.2 KiB
YAML

nginx:
config:
replace_cert:
description: Enable this if you would like to replace the Security Onion Certificate with your own.
global: True
advanced: True
title: Replace Default Cert
helpLink: nginx.html
ssl__key:
description: If you enabled the replace_cert option, paste your .key file here.
file: True
title: SSL Key File
advanced: True
global: True
helpLink: nginx.html
ssl__crt:
description: If you enabled the replace_cert option, paste your .crt file here.
file: True
title: SSL Cert File
advanced: True
global: True
helpLink: nginx.html
throttle_login_burst:
description: Number of login requests that can burst without triggering request throttling. Higher values allow more repeated login attempts. Values greater than zero are required in order to provide a usable login flow.
global: True
helpLink: nginx.html
throttle_login_rate:
description: Number of login requests per minute that can be processed without triggering a rate limit. Higher values allow more repeated login attempts. Requests are counted by unique client IP and averaged over time.
global: True
helpLink: nginx.html