Skip to content

Commit 274cab0

Browse files
committed
fix: correct nginx configuration to include all files in outsrcs directory
1 parent c54dbc8 commit 274cab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ http {
3434
proxy_read_timeout 300;
3535

3636
include /etc/nginx/conf.d/*;
37-
include /etc/nginx/conf.d/outsrcs*;
37+
include /etc/nginx/conf.d/outsrcs/*;
3838

3939
resolver 127.0.0.11 valid=30s;
4040

0 commit comments

Comments
 (0)