这是indexloc提供的服务,不要输入任何密码
Skip to content
Discussion options

You must be logged in to vote

Well, I gotta say, four thumbs up to the Searxng developers. Have never seen anything custom go this smooth. Here's the contents of <Directory></Directory> on my VirtualMin, and notice the proxy items just before. Very, very close to the original HTTP connective code. Works just dandy with the generic script install of the engine.

ProxyPreserveHost On
ProxyPass /usr/local/searxng http://127.0.0.1:8888

<Directory /home/search/public_html>

    Require all granted
    Order deny,allow
    Deny from all
    # Allow from fd00::/8 192.168.0.0/16 fe80::/10 127.0.0.0/8 ::1
    Allow from all

    # redirect / to /searxng/
    Redirect "/" "/searxng/"

    # add the trailing slash
    RedirectMa…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jebofponderworthy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants