Skip to content

Conversation

HelamanWarrior
Copy link

Added searx subdomain, works just fine for me. Let me know if anything needs to be changed.
Thanks!

linuxserver.io

Thanks, team linuxserver.io

Added searx subdomain, works just fine for me. Let me know if anything needs to be changed. 
Thanks!
Comment on lines 40 to 43
proxy_set_header Host $host;
proxy_set_header Connection $http_connection;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duplicates, also exists in the proxy.conf

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alrighty thanks, just removed the duplicates.

@KasperSkytte
Copy link

Don't we also need some uwsgi_param's in location / {}? see https://www.maketecheasier.com/create-search-engine-searxng/#configure-searxng

uwsgi_pass unix:///usr/local/searxng/run/socket;
include uwsgi_params;
uwsgi_param    HTTP_HOST             $host;
uwsgi_param    HTTP_CONNECTION       $http_connection;
uwsgi_param    HTTP_X_SCHEME         $scheme;
uwsgi_param    HTTP_X_SCRIPT_NAME    /searxng;
uwsgi_param    HTTP_X_REAL_IP        $remote_addr;
uwsgi_param    HTTP_X_FORWARDED_FOR  $proxy_add_x_forwarded_for;

@github-actions
Copy link

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot closed this Mar 19, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants