Skip to content

Commit 63b1821

Browse files
shawndotkimshawnhankim
authored andcommitted
chore: example of nginx config
1 parent b229e52 commit 63b1821

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,14 @@ server {
114114
}
115115
```
116116

117+
**Examples:**
118+
119+
| Project | Config example |
120+
|------------------------|------------------------------------------|
121+
| `nginx-s3-gateway` | [`/etc/nginx/conf.d/default.conf`](https://github.com/nginxinc/nginx-s3-gateway/blob/master/common/etc/nginx/templates/default.conf.template) |
122+
| `nginx-lambda-gateway` | [`/etc/nginx/conf.d/nginx_lambda_gateway.conf`](https://github.com/nginx-serverless/nginx-lambda-gateway/blob/main/common/etc/nginx/conf.d/nginx_lambda_gateway.conf) |
123+
124+
117125
### Integrate AWS Signature Lib To Your Custom NJS
118126

119127
Import library files of `nginx-aws-signature`, and implement a function to generate `Authorization` header by using the lib with the proper parameters in your custom NJS.

0 commit comments

Comments
 (0)