e2f56b8cc8
Flask WebUI behind nginx reverse proxy with zone-based firewall, DHCP, WireGuard, and ACME certificate management.
12 lines
269 B
Plaintext
12 lines
269 B
Plaintext
# Vacuum Wall — auto-generated include file
|
|
# Regenerated on every config change — do not edit manually
|
|
|
|
# WebSocket upgrade mapping
|
|
map $http_upgrade $connection_upgrade {
|
|
default upgrade;
|
|
'' close;
|
|
}
|
|
|
|
# Domain server blocks
|
|
include {{ sites_glob }};
|