From 210eb40aa6f4e0c9c43ffeba7506fa4b641ff073 Mon Sep 17 00:00:00 2001 From: Rico Ullmann Date: Tue, 4 Jan 2022 12:00:50 +0100 Subject: [PATCH] nginx: do not check port 80 explicitely with monit --- bundles/nginx/metadata.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bundles/nginx/metadata.py b/bundles/nginx/metadata.py index 1999cab..6ee402a 100644 --- a/bundles/nginx/metadata.py +++ b/bundles/nginx/metadata.py @@ -22,11 +22,6 @@ defaults = { 'services': { 'nginx': { 'bin': '/usr/sbin/nginx', - 'ports': { - '80': { - 'protocol': 'http', - }, - }, }, }, },