Disable IPv6 only for nginx

This commit is contained in:
2019-11-25 02:45:29 +01:00
parent 72e26f0d96
commit f6029c1e7c
2 changed files with 1 additions and 4 deletions

View File

@@ -26,7 +26,5 @@
connectionTrackingModules = [ "sane" ];
};
# Disable IPv6
networking.enableIPv6 = false;
}