Fix ADML component test
[anna.git] / docker-images / anna-adml-http / etc / nginx / conf.d / default.conf
index 0471e4f..79bcf12 100644 (file)
@@ -1,6 +1,6 @@
 server {
   listen 8074 http2;
-  listen [::]:8075 http2;
+  listen [::]:8074 http2 ipv6only=on;
   #It is possible to enable another port for pure HTTP11:
   #listen 8073;
   #listen [::]:8073;