Align netalertx addon with test repository

This commit is contained in:
Alexandre
2025-12-20 22:40:38 +01:00
parent 7df3d633d8
commit 5d0fae8b4d
8 changed files with 227 additions and 136 deletions

View File

@@ -1,3 +1,8 @@
map $http_upgrade $connection_upgrade {
default upgrade;
'' close;
}
server {
listen %%interface%%:%%port%% default_server;
server_name netalertx;