mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-07-25 23:55:31 -04:00
use IPv6 only for internal nginx status service
This commit is contained in:
parent
0873450d3f
commit
0a6c8e5c1f
1 changed files with 0 additions and 1 deletions
|
@ -165,7 +165,6 @@ http {
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 127.0.0.1:81;
|
|
||||||
listen [::1]:81;
|
listen [::1]:81;
|
||||||
|
|
||||||
root /var/empty;
|
root /var/empty;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue