feat: Update security level names and descriptions in template files

This commit is contained in:
Théophile Diot 2024-08-08 20:51:37 +01:00
parent 65ba0f3fe3
commit 07645f73e7
No known key found for this signature in database
GPG key ID: FA995104A0BA376A
3 changed files with 7 additions and 3 deletions

View file

@ -1 +1,3 @@
{} // TODO
{
"name": "Advanced security level with focus on robust security measures and comprehensive protection"
}

View file

@ -1,5 +1,5 @@
{
"name": "Basic security level",
"name": "Basic security level that provides essential settings for web application protection",
"settings": {
"SERVER_NAME": "www.example.com",
"USE_REVERSE_PROXY": "yes",

View file

@ -1 +1,3 @@
{} // TODO
{
"name": "Balanced security level that offers a mix of security features and performance optimizations"
}