Skip to content

Commit e9bba68

Browse files
author
Andrew Hobden
committed
Fix wildcard issues
1 parent d8195b4 commit e9bba68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ server {
2222
}
2323

2424
include {{ site.serving-path }}/domains/misc.conf;
25-
include {{ site.serving-path }}/domains/**/*.conf;
25+
include {{ site.serving-path }}/domains/*/*/*.conf;

0 commit comments

Comments
 (0)