Loading etc/nginx/conf.d/spot.conf +7 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
etc/nginx/conf.d/spot.conf +7 −0 Original line number Diff line number Diff line Loading @@ -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; Loading