Merge pull request #195 from linuxserver/nginx-proxy-confs-updates

Update files
This commit is contained in:
Roxedus
2021-03-30 15:48:04 +02:00
committed by GitHub
+3 -2
View File
@@ -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;