Skip to content

Commit d27826d

Browse files
authored
Merge pull request #850 from MooBaloo/master
Add new custom http.conf above includes for NPM-generated files
2 parents efa841d + 4ac52a0 commit d27826d

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
@@ -69,6 +69,9 @@ http {
6969
real_ip_header X-Real-IP;
7070
real_ip_recursive on;
7171

72+
# Custom
73+
include /data/nginx/custom/http_top[.]conf;
74+
7275
# Files generated by NPM
7376
include /etc/nginx/conf.d/*.conf;
7477
include /data/nginx/default_host/*.conf;

0 commit comments

Comments
 (0)