From 5c30bd2b32c75ed560aab66bff4c0bc17c3b4e85 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Tue, 10 Oct 2023 18:49:38 -0700 Subject: [PATCH] add managed by ansible --- templates/etc/nginx/conf.d/repopool-http-production.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/etc/nginx/conf.d/repopool-http-production.conf.j2 b/templates/etc/nginx/conf.d/repopool-http-production.conf.j2 index 270a212..763c203 100644 --- a/templates/etc/nginx/conf.d/repopool-http-production.conf.j2 +++ b/templates/etc/nginx/conf.d/repopool-http-production.conf.j2 @@ -1,3 +1,4 @@ +# Managed by Ansible server { listen 80 default_server backlog=4096; listen [::]:80 default_server backlog=4096;