Loading etc/nginx/conf.d/spot.conf +8 −0 Original line number Diff line number Diff line Loading @@ -14,10 +14,18 @@ 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 { access_log /dev/stdout main; include /etc/nginx/proxy_spot_params; } } Loading
etc/nginx/conf.d/spot.conf +8 −0 Original line number Diff line number Diff line Loading @@ -14,10 +14,18 @@ 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 { access_log /dev/stdout main; include /etc/nginx/proxy_spot_params; } }