Update to 2022-02-22 23:00

This commit is contained in:
Daniel Berteaud
2022-02-22 23:00:05 +01:00
parent 6b0f3de36b
commit aaec7274f9
14 changed files with 136 additions and 30 deletions

View File

@@ -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