allow to disable ipv6/custom ip bindings/custom backend port binding

This commit is contained in:
Zoey
2023-04-30 17:50:46 +02:00
parent 24db873c34
commit 12c631ff3b
7 changed files with 380 additions and 233 deletions

View File

@@ -1,10 +1,4 @@
server {
listen 81 ssl http2;
listen 81 quic;
listen [::]:81 ssl http2;
listen [::]:81 quic;
listen 80;
listen [::]:80;