nginx-www: Readd ipv4 listening

This commit is contained in:
Viyurz 2023-11-26 09:03:51 +00:00
parent 3b62ab2dce
commit 563fbf202c
No known key found for this signature in database

View file

@ -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;