diff --git a/html/images/openresty-default-index-page.png b/html/images/openresty-default-index-page.png new file mode 100644 index 0000000..3705222 Binary files /dev/null and b/html/images/openresty-default-index-page.png differ diff --git a/posts/2025-06-22-test-nginx-conf-directives.md b/posts/2025-06-22-test-nginx-conf-directives.md index ef9a5a7..6ed6b58 100644 --- a/posts/2025-06-22-test-nginx-conf-directives.md +++ b/posts/2025-06-22-test-nginx-conf-directives.md @@ -1,3 +1,7 @@ +{ + title: "Test `nginx.conf` Directives (subtitle: With MoonScript, OpenResty, + and Busted)" +} $index ## Introduction @@ -10,7 +14,7 @@ $ docker run --rm -it -p 80:80 openresty/openresty:bookworm-buildpack Visit `localhost` in browser. Should see OpenResty splash page. -![OpenResty default nginx index page](/images/openresty-splash-page.png) +![OpenResty default nginx index page](/images/openresty-default-index-page.png) https://openresty.org/en/getting-started.html#prepare-directory-layout @@ -344,7 +348,7 @@ server { Add subdomain to certs in Dockerfile: ``` - -addext "subjectAltName=DNS:domain.abc,DNS:git.domain.abc" +-addext "subjectAltName=DNS:domain.abc,DNS:git.domain.abc" ``` Add a test socket server: