Replies: 1 comment 3 replies
-
|
you are probably going to have difficulties as the install script was not meant to handle such cases. maybe if you use docker you could do it more easily. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
OS: arch linux
**searx: ** just installed from github with the install script searxng.sh
Hi, I am tring to run on my local machine two searx instances with two different languages : one in english, one in french. I would like to set two differents settings.yml.
I run two services :
uwsgi@searxng.serviceanduwsgi@searxfr.service.journalctl -xeu uwsgi@searxng.service gives:
journalctl -xeu uwsgi@searxfr.service gives:
searxng.ini:
searxfr.ini:
settingsen.yml
settingsfr.yml:
I use nginx to run the two servers. It works, I ve got 127.0.0.1 and 127.0.0.2, but the settings are messed up. Actually, if I run the searxfr.service last, both instances have the settingsfr.yml settings, and if I run the searxng.service last, the contrary...
Thanks for any clue!
Beta Was this translation helpful? Give feedback.
All reactions