fix: bind() to 0.0.0.0:80 failed

This commit is contained in:
peaklabs-dev
2024-12-23 15:33:12 +01:00
parent 1f6c6140ba
commit e51207a35e
8 changed files with 9 additions and 13 deletions

View File

@@ -1,5 +1,3 @@
listen 80 default_server;
listen [::]:80 default_server;
listen 8080 default_server;
listen [::]:8080 default_server;