From 396aed85335d1bc735489a21ff418e81cb3f1ab9 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 2 May 2022 10:47:28 +0200 Subject: [PATCH] Fix some other typos. --- shinyproxy/ansible_vars/nginx.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shinyproxy/ansible_vars/nginx.yml b/shinyproxy/ansible_vars/nginx.yml index b0e8a5f..8bdd3a6 100644 --- a/shinyproxy/ansible_vars/nginx.yml +++ b/shinyproxy/ansible_vars/nginx.yml @@ -8,7 +8,7 @@ nginx_set_frame_origin: true nginx_set_content_security_options: true nginx_disable_content_security_options: true nginx_x_frame_options: '' -nginx_pep_debug_enabled: true +nginx_pep_debug_enabled: 'true' nginx_conf_remote_snippets: - url: 'https://code-repo.d4science.org/gCubeSystem/d4s-nginx-pep-examples/raw/branch/master/shinyproxy/pep.js.j2' name: pep.js @@ -33,8 +33,8 @@ nginx_virthosts: ssl_letsencrypt_certs: '{{ nginx_letsencrypt_managed }}' root: '{{ nginx_webroot }}' server_tokens: 'off' - global_additional_options: - - 'include /etc/nginx/snippets/nginx_pep_gcube.conf' +# global_additional_options: +# - 'include /etc/nginx/snippets/nginx_pep_gcube.conf' proxy_standard_setup: true include_global_proxy_conf: true proxy_additional_options: