updated nginx to 1.29.2
All checks were successful
CI / Build nginx docker images (push) Successful in 58s

This commit is contained in:
2025-10-24 13:19:54 +08:00
parent a460a8224c
commit d0b8059aa7
3 changed files with 14 additions and 10 deletions

View File

@@ -124,5 +124,9 @@ http {
application/wasm;
include /etc/nginx/conf.d/*.conf;
include /etc/nginx/conf.d/http/*.conf;
}
stream {
include /etc/nginx/conf.d/stream/*.conf;
}