Merge pull request #3766 from kroegerama/kroegerama-patch-1

Add include for `root_top.conf` in the nginx.conf
This commit is contained in:
jc21
2024-07-01 15:23:43 +10:00
committed by GitHub
2 changed files with 13 additions and 0 deletions

View File

@ -14,6 +14,9 @@ error_log /data/logs/fallback_error.log warn;
# Includes files with directives to load dynamic modules.
include /etc/nginx/modules/*.conf;
# Custom
include /data/nginx/custom/root_top[.]conf;
events {
include /data/nginx/custom/events[.]conf;
}