use IPv6 only for internal nginx status service

This commit is contained in:
Daniel Micay 2022-04-17 13:13:45 -04:00
parent 3f1d7066ec
commit 445e6db406

View File

@ -516,7 +516,6 @@ http {
}
server {
listen 127.0.0.1:81;
listen [::1]:81;
root /var/empty;