mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
feat: Update security level names and descriptions in template files
This commit is contained in:
parent
65ba0f3fe3
commit
07645f73e7
3 changed files with 7 additions and 3 deletions
|
|
@ -1 +1,3 @@
|
|||
{} // TODO
|
||||
{
|
||||
"name": "Advanced security level with focus on robust security measures and comprehensive protection"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1 +1,3 @@
|
|||
{} // TODO
|
||||
{
|
||||
"name": "Balanced security level that offers a mix of security features and performance optimizations"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue