chore(docs): Add P2601 Dashboard UI updates and bitacora records

This commit is contained in:
Ricardo Monla
2026-02-24 17:39:59 -03:00
parent 2acf1cd416
commit cec837edbe
15 changed files with 183 additions and 4 deletions
+5
View File
@@ -42,6 +42,11 @@ server {
proxy_set_header Connection "upgrade";
}
# Dashboard P2601
location /P2601/ {
try_files $uri $uri/ =404;
}
# TinyFileManager
location /tfm/ {
proxy_pass http://127.0.0.1:8082/;