We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac6f385 commit 4433f33Copy full SHA for 4433f33
templates/nginx.conf.erb
@@ -33,5 +33,5 @@ http {
33
gzip_comp_level 2;
34
gzip_proxied any;
35
36
- include <%= scope.lookupvar "openresty::config::sitesdir" %>/*;
+ include <%= scope.lookupvar "openresty::config::sitesdir" %>/*.conf;
37
}
0 commit comments