1 FAQ
Théophile Diot edited this page 2025-10-22 14:20:16 +02:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Whats the difference between built-in presets and these templates?

  • Presets (low/medium/high) apply general security defaults. Templates target a specific app and can ship app-aware configs and guided steps.

How do I import a template?

  • Import the template via the RAW mode of the new template page (recommended) or copy the directory into a plugins templates/.

Can I customize after import?

  • Yes. The template applies defaults; you can edit settings and configs later.

Do templates work across Docker/Kubernetes/Linux?

  • Yes. Templates are integration-agnostic.

How do I test NGINX snippets?

  • Try: nginx -t -c <(printf 'events{} http{ include templates//configs/.conf; }')

Where do I get help?

References: