From b00b2561e5b684702b23e94413f223b17bab2c4b Mon Sep 17 00:00:00 2001 From: itiel Date: Sun, 26 Mar 2017 21:16:03 +0300 Subject: [PATCH 1/2] add sanic-nginx-docker-example to extensions.md --- docs/sanic/extensions.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/sanic/extensions.md b/docs/sanic/extensions.md index b11470d9..895c983d 100644 --- a/docs/sanic/extensions.md +++ b/docs/sanic/extensions.md @@ -18,3 +18,6 @@ A list of Sanic extensions created by the community. `Babel` library - [Dispatch](https://github.com/ashleysommer/sanic-dispatcher): A dispatcher inspired by `DispatcherMiddleware` in werkzeug. Can act as a Sanic-to-WSGI adapter. - [Sanic-OAuth](https://github.com/Sniedes722/Sanic-OAuth): OAuth Library for connecting to & creating your own token providers. +- [Sanic-nginx-docker-example](https://github.com/itielshwartz/sanic-nginx-docker-example): Simple and easy to use example of Sanic behined nginx using docker-compose. + + From 724c03630a42777dca31ab0e1dad22d5d88f9708 Mon Sep 17 00:00:00 2001 From: Raphael Deem Date: Sun, 26 Mar 2017 11:49:15 -0700 Subject: [PATCH 2/2] Update extensions.md --- docs/sanic/extensions.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/sanic/extensions.md b/docs/sanic/extensions.md index 895c983d..37bac1ad 100644 --- a/docs/sanic/extensions.md +++ b/docs/sanic/extensions.md @@ -19,5 +19,3 @@ A list of Sanic extensions created by the community. - [Dispatch](https://github.com/ashleysommer/sanic-dispatcher): A dispatcher inspired by `DispatcherMiddleware` in werkzeug. Can act as a Sanic-to-WSGI adapter. - [Sanic-OAuth](https://github.com/Sniedes722/Sanic-OAuth): OAuth Library for connecting to & creating your own token providers. - [Sanic-nginx-docker-example](https://github.com/itielshwartz/sanic-nginx-docker-example): Simple and easy to use example of Sanic behined nginx using docker-compose. - -