mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
(run) Reduce nginx access log noise for local setup
This commit is contained in:
parent
0b0cf48849
commit
7087ab5f07
@ -54,6 +54,7 @@ server {
|
||||
|
||||
location / {
|
||||
proxy_pass http://control-service:5090/public/;
|
||||
access_log off;
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user