From 7d38b311a701bbb13aef9345a802766e21c47f26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szekeres=20Ba=CC=81lint?= Date: Thu, 15 Nov 2018 15:27:38 +0100 Subject: [PATCH] added "Generated by" section --- public/templates/conf/nginx.conf.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/templates/conf/nginx.conf.html b/public/templates/conf/nginx.conf.html index 41654a4..9625317 100644 --- a/public/templates/conf/nginx.conf.html +++ b/public/templates/conf/nginx.conf.html @@ -1,3 +1,6 @@ +# Generated by nginxconfig.io +# {{ location.absUrl() }} + user {{ data.userĀ }}; pid {{ data.pid}}; worker_processes {{ data.worker_processes }};