nginx-www: Readd ipv4 listening
This commit is contained in:
parent
3b62ab2dce
commit
563fbf202c
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ http {
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
listen 80 default_server;
|
||||||
listen [::]:80 default_server;
|
listen [::]:80 default_server;
|
||||||
|
|
||||||
http2 on;
|
http2 on;
|
||||||
|
|
Loading…
Reference in a new issue