mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-26 15:55:56 +02:00
Update to 2022-02-22 23:00
This commit is contained in:
@@ -7,6 +7,11 @@ llng_manager: False
|
||||
# Either httpd or nginx
|
||||
llng_server: httpd
|
||||
|
||||
# When using nginx, you can choose between fastcgi or uwsgi
|
||||
# uwsgi is faster but doesn't handle UTF-8 in the portal
|
||||
# so default is fastcgi. This setting has not effet when llng_server == 'httpd'
|
||||
llng_engine: fastcgi
|
||||
|
||||
llng_portal_vhost: auth.{{ ansible_domain }}
|
||||
llng_api_vhost: sso-api.{{ ansible_domain }}
|
||||
llng_manager_vhost: sso-manager.{{ ansible_domain }}
|
||||
@@ -62,5 +67,5 @@ llng_handler_db_user: lemonldapnghandler
|
||||
# llng_db_pass: s3cr3t.
|
||||
# llng_handler_db_pass
|
||||
|
||||
# Number of llng-fastcgi-server workers. The upstream default is 7 which is often too much
|
||||
llng_fcgi_workers: 6
|
||||
# Number of llng-fastcgi-server or uwsgi workers. The upstream default is 7 but you might need to adjust to your load
|
||||
llng_workers: 6
|
||||
|
Reference in New Issue
Block a user