initial commit
This commit is contained in:
0
angie/mod/.brotli.preseed
Normal file
0
angie/mod/.brotli.preseed
Normal file
0
angie/mod/.njs-light.preseed
Normal file
0
angie/mod/.njs-light.preseed
Normal file
0
angie/mod/.njs.preseed
Normal file
0
angie/mod/.njs.preseed
Normal file
0
angie/mod/.otel.preseed
Normal file
0
angie/mod/.otel.preseed
Normal file
0
angie/mod/.postgres.preseed
Normal file
0
angie/mod/.postgres.preseed
Normal file
0
angie/mod/.rtmp.preseed
Normal file
0
angie/mod/.rtmp.preseed
Normal file
0
angie/mod/.vts.preseed
Normal file
0
angie/mod/.vts.preseed
Normal file
0
angie/mod/.wamr.preseed
Normal file
0
angie/mod/.wamr.preseed
Normal file
0
angie/mod/.wasm.preseed
Normal file
0
angie/mod/.wasm.preseed
Normal file
0
angie/mod/.wasmtime.preseed
Normal file
0
angie/mod/.wasmtime.preseed
Normal file
0
angie/mod/.zstd.preseed
Normal file
0
angie/mod/.zstd.preseed
Normal file
1
angie/mod/core-wamr.conf
Normal file
1
angie/mod/core-wamr.conf
Normal file
@@ -0,0 +1 @@
|
||||
load_module modules/ngx_wamr_module.so;
|
2
angie/mod/core-wasm.conf
Normal file
2
angie/mod/core-wasm.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
load_module modules/ngx_wasm_module.so;
|
||||
load_module modules/ngx_wasm_core_module.so;
|
1
angie/mod/core-wasmtime.conf
Normal file
1
angie/mod/core-wasmtime.conf
Normal file
@@ -0,0 +1 @@
|
||||
load_module modules/ngx_wasmtime_module.so;
|
1
angie/mod/http-brotli-static.conf
Normal file
1
angie/mod/http-brotli-static.conf
Normal file
@@ -0,0 +1 @@
|
||||
load_module modules/ngx_http_brotli_static_module.so;
|
1
angie/mod/http-brotli.conf
Normal file
1
angie/mod/http-brotli.conf
Normal file
@@ -0,0 +1 @@
|
||||
load_module modules/ngx_http_brotli_filter_module.so;
|
1
angie/mod/http-njs.conf
Normal file
1
angie/mod/http-njs.conf
Normal file
@@ -0,0 +1 @@
|
||||
load_module modules/ngx_http_js_module.so;
|
1
angie/mod/http-otel.conf
Normal file
1
angie/mod/http-otel.conf
Normal file
@@ -0,0 +1 @@
|
||||
load_module modules/ngx_otel_module.so;
|
1
angie/mod/http-postgres.conf
Normal file
1
angie/mod/http-postgres.conf
Normal file
@@ -0,0 +1 @@
|
||||
load_module modules/ngx_postgres_module.so;
|
1
angie/mod/http-rtmp.conf
Normal file
1
angie/mod/http-rtmp.conf
Normal file
@@ -0,0 +1 @@
|
||||
load_module modules/ngx_rtmp_module.so;
|
1
angie/mod/http-sts.conf
Normal file
1
angie/mod/http-sts.conf
Normal file
@@ -0,0 +1 @@
|
||||
load_module modules/ngx_http_stream_server_traffic_status_module.so;
|
1
angie/mod/http-vts.conf
Normal file
1
angie/mod/http-vts.conf
Normal file
@@ -0,0 +1 @@
|
||||
load_module modules/ngx_http_vhost_traffic_status_module.so;
|
1
angie/mod/http-wasm.conf
Normal file
1
angie/mod/http-wasm.conf
Normal file
@@ -0,0 +1 @@
|
||||
load_module modules/ngx_http_wasm_host_module.so;
|
1
angie/mod/http-zstd-static.conf
Normal file
1
angie/mod/http-zstd-static.conf
Normal file
@@ -0,0 +1 @@
|
||||
load_module modules/ngx_http_zstd_static_module.so;
|
1
angie/mod/http-zstd.conf
Normal file
1
angie/mod/http-zstd.conf
Normal file
@@ -0,0 +1 @@
|
||||
load_module modules/ngx_http_zstd_filter_module.so;
|
1
angie/mod/stream-njs.conf
Normal file
1
angie/mod/stream-njs.conf
Normal file
@@ -0,0 +1 @@
|
||||
load_module modules/ngx_stream_js_module.so;
|
1
angie/mod/stream-sts.conf
Normal file
1
angie/mod/stream-sts.conf
Normal file
@@ -0,0 +1 @@
|
||||
load_module modules/ngx_stream_server_traffic_status_module.so;
|
Reference in New Issue
Block a user