Skip to content

Commit

Permalink
Merge pull request #349 from stickz/nginx-disable-ipv6
Browse files Browse the repository at this point in the history
nginx: Disable listening for IPV6
  • Loading branch information
crazy-max authored May 26, 2024
2 parents efecd66 + d634b1e commit 8cc738b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion rootfs/tpls/etc/nginx/conf.d/rpc.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
server {
listen @XMLRPC_PORT@;
listen [::]:@XMLRPC_PORT@;

root /dev/null;

Expand Down
1 change: 0 additions & 1 deletion rootfs/tpls/etc/nginx/conf.d/rutorrent.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
server {
listen @RUTORRENT_PORT@;
listen [::]:@RUTORRENT_PORT@;

root /var/www/rutorrent;
index index.html;
Expand Down
1 change: 0 additions & 1 deletion rootfs/tpls/etc/nginx/conf.d/webdav.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
server {
listen @WEBDAV_PORT@;
listen [::]:@WEBDAV_PORT@;

root /downloads/complete;

Expand Down

0 comments on commit 8cc738b

Please sign in to comment.