From 1682642e47a963c73e6609bde1c0740abc7625d7 Mon Sep 17 00:00:00 2001 From: th33xitus Date: Tue, 11 Jan 2022 08:51:32 +0100 Subject: [PATCH] fix: revert 7e9d18b Due to some investigations made in #158, the default IPv6 configuration will be removed again --- resources/klipper_webui_nginx.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/klipper_webui_nginx.cfg b/resources/klipper_webui_nginx.cfg index 5255a47..6501948 100644 --- a/resources/klipper_webui_nginx.cfg +++ b/resources/klipper_webui_nginx.cfg @@ -2,7 +2,6 @@ server { listen 80; - listen [::]:80; access_log /var/log/nginx/<>-access.log; error_log /var/log/nginx/<>-error.log; @@ -71,4 +70,4 @@ server { location /webcam4/ { proxy_pass http://mjpgstreamer4/; } -} \ No newline at end of file +}