Skip to content

Commit

Permalink
feat(nginx): add support for picking up wildcard nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
damienwebdev committed Jun 1, 2020
1 parent 01ddbde commit e420246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nginx/1.17/alpine-develop/conf/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ server {

set $MAGE_ROOT /var/www/html;

include /var/www/html/nginx[.]conf;
include /var/www/html/nginx[.]conf*;
}
2 changes: 1 addition & 1 deletion nginx/1.18/alpine-develop/conf/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ server {

set $MAGE_ROOT /var/www/html;

include /var/www/html/nginx[.]conf;
include /var/www/html/nginx[.]conf*;
}

0 comments on commit e420246

Please sign in to comment.