Make cloud container also listen on IPv6

This commit is contained in:
Wojciech Kozlowski 2023-07-29 14:59:49 +02:00
parent b32142d4c7
commit 38ae14e9c9

View File

@ -38,6 +38,7 @@ http {
} }
server { server {
listen [::]:80;
listen 80; listen 80;
# HSTS settings # HSTS settings