diff --git a/rootfs/tpls/etc/nginx/conf.d/rpc.conf b/rootfs/tpls/etc/nginx/conf.d/rpc.conf index b5b0b1e5..71f3b6a1 100644 --- a/rootfs/tpls/etc/nginx/conf.d/rpc.conf +++ b/rootfs/tpls/etc/nginx/conf.d/rpc.conf @@ -1,6 +1,5 @@ server { listen @XMLRPC_PORT@; - listen [::]:@XMLRPC_PORT@; root /dev/null; diff --git a/rootfs/tpls/etc/nginx/conf.d/rutorrent.conf b/rootfs/tpls/etc/nginx/conf.d/rutorrent.conf index 0bc78945..81642971 100644 --- a/rootfs/tpls/etc/nginx/conf.d/rutorrent.conf +++ b/rootfs/tpls/etc/nginx/conf.d/rutorrent.conf @@ -1,6 +1,5 @@ server { listen @RUTORRENT_PORT@; - listen [::]:@RUTORRENT_PORT@; root /var/www/rutorrent; index index.html; diff --git a/rootfs/tpls/etc/nginx/conf.d/webdav.conf b/rootfs/tpls/etc/nginx/conf.d/webdav.conf index 046a6b77..b9934bb2 100644 --- a/rootfs/tpls/etc/nginx/conf.d/webdav.conf +++ b/rootfs/tpls/etc/nginx/conf.d/webdav.conf @@ -1,6 +1,5 @@ server { listen @WEBDAV_PORT@; - listen [::]:@WEBDAV_PORT@; root /downloads/complete;