mirror of
https://github.com/dw-0/kiauh.git
synced 2026-02-08 18:27:06 +05:00
change nginx configs listen to ipv4 only
This commit is contained in:
@@ -9,7 +9,7 @@ upstream dwc2 {
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
#listen [::]:80;
|
||||
|
||||
location / {
|
||||
proxy_pass http://dwc2/;
|
||||
|
||||
Reference in New Issue
Block a user