fix(ui): enable IPv6 listening in nginx configuration

This commit is contained in:
Tomas Dvorak
2026-05-21 14:16:11 +02:00
parent 5da6360ed9
commit 616568ca7b
+1
View File
@@ -40,6 +40,7 @@ http {
server { server {
listen 8080; listen 8080;
listen [::]:8080;
server_name localhost; server_name localhost;
root /usr/share/nginx/html; root /usr/share/nginx/html;
index index.html; index index.html;