Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc28003e authored by Nivesh Krishna's avatar Nivesh Krishna
Browse files

Remove static logging from nginx logs

parent a6256c97
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -14,8 +14,15 @@ server {
  location = /search {
    include /etc/nginx/proxy_spot_params;
  }
  location = /image_proxy {
    access_log    off;
    log_not_found off;
    include /etc/nginx/proxy_spot_params;
  }
  location / {
    try_files $uri @searx;
    access_log    off;
    log_not_found off;
  }
  location @searx {
    include /etc/nginx/proxy_spot_params;