Publish post 'Test nginx Configuration Directives' #3

Merged
ccm merged 19 commits from ccm-test-nginx into trunk 2025-06-30 22:49:28 +00:00
2 changed files with 6 additions and 2 deletions
Showing only changes of commit 3cb0b83e8a - Show all commits

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

View File

@ -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: