Loading etc/nginx/conf.d/spot.conf +0 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,6 @@ server { log_not_found off; } location @searx { access_log /dev/stdout main; include /etc/nginx/proxy_spot_params; } } etc/nginx/nginx.conf +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ http { include /etc/nginx/mime.types; default_type application/octet-stream; log_format main '$remote_addr - $remote_user [$time_local] "$request" ' log_format main '$http_x_forwarded_for - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$remote_addr"'; Loading Loading
etc/nginx/conf.d/spot.conf +0 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,6 @@ server { log_not_found off; } location @searx { access_log /dev/stdout main; include /etc/nginx/proxy_spot_params; } }
etc/nginx/nginx.conf +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ http { include /etc/nginx/mime.types; default_type application/octet-stream; log_format main '$remote_addr - $remote_user [$time_local] "$request" ' log_format main '$http_x_forwarded_for - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$remote_addr"'; Loading