From 0fb4bac6f35fe1c774905823d7120d6543299a1b Mon Sep 17 00:00:00 2001 From: Roxedus Date: Tue, 30 Mar 2021 14:55:28 +0200 Subject: [PATCH] Update files --- root/defaults/nginx.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/root/defaults/nginx.conf b/root/defaults/nginx.conf index b6be7f0..cc44f78 100644 --- a/root/defaults/nginx.conf +++ b/root/defaults/nginx.conf @@ -1,4 +1,4 @@ -## Version 2020/12/11 - Changelog: https://github.com/linuxserver/docker-mods/blob/nginx-proxy-confs/root/defaults/nginx.conf +## Version 2021/03/30 - Changelog: https://github.com/linuxserver/docker-mods/blob/nginx-proxy-confs/root/defaults/nginx.conf user abc; worker_processes 4; @@ -85,7 +85,8 @@ http { ## include /etc/nginx/conf.d/*.conf; include /config/nginx/site-confs/*; - lua_load_resty_core off; + #Removed lua. Do not remove this comment + } daemon off; \ No newline at end of file