You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 11, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Lua is a lightweight, high-level, multi-paradigm programming language designed p
61
61
62
62
|| nginx-lua | OpenResty |
63
63
|--|--|--|
64
-
| nginx latest version |`1.21.0`|`1.19.x` (last tested: `1.19.9`)*|
64
+
| nginx latest version |`1.21.0`|`1.19.x` (last tested: `1.19.9`)<sup>*</sup>|
65
65
| Alpine supported | ✅ | ✅ |
66
66
| Amazon supported | ✅ | ✅ |
67
67
| CentOS supported | ❌ | ✅ |
@@ -70,7 +70,7 @@ Lua is a lightweight, high-level, multi-paradigm programming language designed p
70
70
| Ubuntu supported | ✅ | ✅ |
71
71
| Windows supported | ❌ | ✅ |
72
72
73
-
* Note: Between OpenResty compatibility for `1.17.4` (28 Sep 2019) and `1.19.3` (3 Nov 2020) have passed ~10 months, and nginx 1.19.3 has been released on 29 Sep 2020.
73
+
<sup>*</sup> Note: Between OpenResty compatibility for `1.17.4` (28 Sep 2019) and `1.19.3` (3 Nov 2020) have passed ~10 months, and nginx 1.19.3 has been released on 29 Sep 2020.
74
74
75
75
## Features
76
76
@@ -183,12 +183,12 @@ Here is an example using docker-compose.yml:
183
183
web:
184
184
image: fabiocicerchia/nginx-lua
185
185
volumes:
186
-
- ./templates:/etc/nginx/templates
186
+
- ./templates:/etc/nginx/templates
187
187
ports:
188
-
- "8080:80"
188
+
- "8080:80"
189
189
environment:
190
-
- NGINX_HOST=foobar.com
191
-
- NGINX_PORT=80
190
+
- NGINX_HOST=foobar.com
191
+
- NGINX_PORT=80
192
192
```
193
193
194
194
By default, this function reads template files in `/etc/nginx/templates/*.template` and outputs the result of executing `envsubst` to `/etc/nginx/conf.d`.
0 commit comments