mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
[jvalleroy] Resolved merge conflict to use shortcut component. Fixes #1590 Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
10 lines
248 B
Plaintext
10 lines
248 B
Plaintext
<Location /searx/>
|
|
Include includes/freedombox-single-sign-on.conf
|
|
|
|
<IfModule mod_auth_pubtkt.c>
|
|
TKTAuthToken "web-search" "admin"
|
|
</IfModule>
|
|
|
|
ProxyPass unix:/run/uwsgi/app/searx/socket|uwsgi://uwsgi-uds-searx/
|
|
</Location>
|