mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-12-18 12:24:37 -05:00
entirely disable access log for status socket
This commit is contained in:
parent
deb985e065
commit
74228f0fdc
@ -186,9 +186,10 @@ http {
|
||||
|
||||
root /var/empty;
|
||||
|
||||
access_log off;
|
||||
|
||||
location = / {
|
||||
stub_status;
|
||||
access_log off;
|
||||
}
|
||||
|
||||
location / {
|
||||
|
Loading…
Reference in New Issue
Block a user