Introduction
Introduction Statistics Contact Development Disclaimer Help
main.yml - ansible-roles - A collection of ansible roles I have created over th…
git clone git://jay.scot/ansible-roles
Log
Files
Refs
README
LICENSE
---
main.yml (317B)
---
1 ---
2
3 # Searx config
4 searx_release: HEAD
5 searx_user: searx
6 searx_install_path: /usr/local/searx
7 searx_debug: false
8
9 # Nginx config
10 searx_server_name: localhost
11 searx_access_log: /var/log/nginx/access.log
12 searx_error_log: /var/log/nginx/error.log
13 searx_remove_nginx_default: true
14
15 # Uwsgi config
16 searx_uwsgi_workers: 4
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.