From 41125efa352dcc4a934e062181c7f0f61e9e3bc2 Mon Sep 17 00:00:00 2001 From: Actaeus Curabitur Date: Tue, 6 Sep 2022 09:12:54 -0500 Subject: [PATCH] fixed nginx roles for both nextcloud and pass --- pillars/roles/nginx/nextcloud.sls | 5 ----- pillars/roles/nginx/pass.sls | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/pillars/roles/nginx/nextcloud.sls b/pillars/roles/nginx/nextcloud.sls index fb08ee4..f820f5d 100644 --- a/pillars/roles/nginx/nextcloud.sls +++ b/pillars/roles/nginx/nextcloud.sls @@ -4,11 +4,6 @@ nginx: https: port: 8080 prot: http - office: - auth: none - https: - port: 8000 - prot: http portal: Misc: diff --git a/pillars/roles/nginx/pass.sls b/pillars/roles/nginx/pass.sls index 54dd3e0..8d56124 100644 --- a/pillars/roles/nginx/pass.sls +++ b/pillars/roles/nginx/pass.sls @@ -1,6 +1,6 @@ nginx: pass: - auth: 2fa + auth: none https: port: 8000 prot: http