Files
sld-php-template/blocknotes/bn_6a8589d13417a.json
T
sld-admin 64f3c76f92 revert a2f36b6fac
revert Fixed the READMEs and small fix around the project
2026-08-19 17:44:20 +01:00

41 lines
1.3 KiB
JSON

{
"id": "bn_6a8589d13417a",
"title": "Comandi Nginx e Server",
"username": "admin",
"created_at": "2026-08-19 10:47:45",
"updated_at": "2026-08-19 10:54:03",
"notes": [
{
"id": "note_6a8589d1343d6",
"title": "Configurazione Nginx",
"description": "Comandi principali per riavviare e testare Nginx",
"subnotes": [
{
"id": "sub_6a8589d1344ba",
"title": "Riavvia Nginx",
"type": "command",
"content": "sudo systemctl restart nginx"
},
{
"id": "sub_6a8589d1344f5",
"title": "Note di Sicurezza",
"type": "text",
"content": "Assicurarsi che la porta 80 e 443 siano aperte sul firewall UFW."
}
]
},
{
"id": "note_6a858a699ba2c",
"title": "Test2",
"description": "Questa e' una nota di prova .",
"subnotes": [
{
"id": "sub_6a858aede4049",
"title": "Prova 2",
"type": "command",
"content": "Questo e' un comando!"
}
]
}
]
}