mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-06-25 07:00:24 -04:00
move nginx status API to socket
This commit is contained in:
parent
bac4280478
commit
69b0ff7bb3
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ http {
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen [::1]:81;
|
listen unix:/run/nginx/status.sock;
|
||||||
|
|
||||||
root /var/empty;
|
root /var/empty;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue