Skip to content

Commit f38f3c9

Browse files
authored
Merge pull request #1 from kroegerama/kroegerama-patch-1
Add include for `root_top.conf` in the nginx.conf
2 parents 8d80af3 + 3ce477d commit f38f3c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/rootfs/etc/nginx/nginx.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ error_log /data/logs/fallback_error.log warn;
1414
# Includes files with directives to load dynamic modules.
1515
include /etc/nginx/modules/*.conf;
1616

17+
# Custom
18+
include /data/nginx/custom/root_top[.]conf;
19+
1720
events {
1821
include /data/nginx/custom/events[.]conf;
1922
}

0 commit comments

Comments
 (0)