diff --git a/scripts/openresty/install.sh b/scripts/openresty/install.sh index 4fa8a9c080..9c5302d53e 100644 --- a/scripts/openresty/install.sh +++ b/scripts/openresty/install.sh @@ -301,6 +301,7 @@ events { http { include mime.types; include proxy.conf; + include default.conf; default_type application/octet-stream; server_names_hash_bucket_size 512;