Skip to content

Commit

Permalink
Add custom files include ability
Browse files Browse the repository at this point in the history
Closes #283
  • Loading branch information
LeoColomb committed Sep 14, 2021
1 parent 674dbb0 commit fbdaa3f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ error_log /var/log/nginx/error.log warn;
# https://nginx.org/en/docs/ngx_core_module.html#pid
pid /var/run/nginx.pid;

# Include files in the custom.d folder.
# Custom configuration and value files should be placed in the custom.d
# folder.
# The configurations should be disabled by prefixing files with a dot.
include custom.d/*.conf;

http {

# Hide Nginx version information.
Expand Down

0 comments on commit fbdaa3f

Please sign in to comment.