made some changes for testing (UI)

This commit is contained in:
2025-12-16 20:18:15 -05:00
parent fca1626921
commit 712c77f10c

View File

@@ -5,6 +5,7 @@ http {
default_type application/octet-stream;
server {
client_max_body_size 2M;
listen 443 ssl;
server_name _;
root /usr/share/nginx/html;