Make cloud container also listen on IPv6
This commit is contained in:
parent
b32142d4c7
commit
38ae14e9c9
@ -38,6 +38,7 @@ http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
listen [::]:80;
|
||||||
listen 80;
|
listen 80;
|
||||||
|
|
||||||
# HSTS settings
|
# HSTS settings
|
||||||
|
Loading…
Reference in New Issue
Block a user