diff --git a/etc/nginx/conf.d/spot.conf b/etc/nginx/conf.d/spot.conf index 3026429c3f39d12bfc767fde651704fbb1439b5d..507f212923aebc5d37087e54971cdf201ee6eb98 100644 --- a/etc/nginx/conf.d/spot.conf +++ b/etc/nginx/conf.d/spot.conf @@ -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;