From 041efa8f86272416170d7796999582e840144083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ba=CC=81lint=20Szekeres?= Date: Thu, 12 Dec 2019 23:51:08 +0100 Subject: [PATCH] space fix --- public/templates/conf/nginx.conf.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/templates/conf/nginx.conf.html b/public/templates/conf/nginx.conf.html index 7d3fe52..a319357 100644 --- a/public/templates/conf/nginx.conf.html +++ b/public/templates/conf/nginx.conf.html @@ -3,7 +3,7 @@ ✔ isDirty --> # {{ getUrl() }} -user {{ data.user }}; +user {{ data.user }}; pid {{ data.pid}}; worker_processes {{ data.worker_processes }}; worker_rlimit_nofile 65535;