From 3b85c4a37e965b73a41e05a258effd1e4f4b919b Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 17 Jan 2019 13:39:15 +0100 Subject: [PATCH] fix(core): update --- ts/smartnginx.snippets.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/smartnginx.snippets.ts b/ts/smartnginx.snippets.ts index 723ceae..8a8cd2a 100644 --- a/ts/smartnginx.snippets.ts +++ b/ts/smartnginx.snippets.ts @@ -4,7 +4,7 @@ export let getBaseConfigString = () => { let baseConfig = plugins.smartstring.indent.normalize(` user www-data; worker_processes auto; - pid /run/nginx.pid; + pid /run/nginx/nginx.pid; events { worker_connections 768;