Merge branch '19466-cwl-io' refs #19466
[arvados.git] / sdk / python / tests / nginx.conf
index a1a75bbcc216e0fb9546f713fd99c4aa2914b989..1716291fe828c3ec824b2b0cc56206de5fde3371 100644 (file)
@@ -18,6 +18,8 @@ http {
   geo $external_client {
     default 1;
     127.0.0.0/8 0;
+    ::1 0;
+    fd00::/8 0;
     {{INTERNALSUBNETS}}
   }
   upstream controller {