Loading etc/nginx/proxy_spot_params +1 −1 Original line number Diff line number Diff line proxy_pass http://spot:80; proxy_pass http://spot:8080; proxy_set_header Host $http_host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto https; Loading searx/settings.yml +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ search: prefer_configured_language: True # increase weight of results in configured language in ranking server: port : 80 port : 8080 bind_address : "0.0.0.0" # address to listen on secret_key : "ultrasecretkey" # change this! base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/" Loading Loading
etc/nginx/proxy_spot_params +1 −1 Original line number Diff line number Diff line proxy_pass http://spot:80; proxy_pass http://spot:8080; proxy_set_header Host $http_host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto https; Loading
searx/settings.yml +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ search: prefer_configured_language: True # increase weight of results in configured language in ranking server: port : 80 port : 8080 bind_address : "0.0.0.0" # address to listen on secret_key : "ultrasecretkey" # change this! base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/" Loading