diff --git a/profiles/calculate.env b/profiles/calculate.env index b6fc01b..05f3187 100644 --- a/profiles/calculate.env +++ b/profiles/calculate.env @@ -1,5 +1,4 @@ [main] -os_linux_ver = live cl_template_location = calculate,container,local cl_template_path = /var/db/repos/calculate/profiles/templates,/var/db/repos/container/profiles/templates,/var/calculate/templates os_linux_shortname = 'container' diff --git a/profiles/templates/taiga/nginx/taiga.conf b/profiles/templates/taiga/nginx/taiga.conf index 7407c17..c3f2da1 100644 --- a/profiles/templates/taiga/nginx/taiga.conf +++ b/profiles/templates/taiga/nginx/taiga.conf @@ -1,7 +1,7 @@ # Calculate path=/etc/nginx/sites-enabled exists(/etc/nginx/sites-enabled/#-cut()-#)== comment=# server { listen 80 default_server; - server_name taiga.example.org; + #server_name taiga.example.org; large_client_header_buffers 4 32k; client_max_body_size 50M;