Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add module ngx_http_proxy_connect_module #3

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
[submodule "modules/njs-acme"]
path = modules/njs-acme
url = https://github.com/nginx/njs-acme.git
[submodule "modules/ngx_http_proxy_connect_module"]
path = modules/ngx_http_proxy_connect_module
url = https://github.com/chobits/ngx_http_proxy_connect_module.git
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ COPY ./modules/ngx_http_substitutions_filter_module \
/usr/src/ngx_http_substitutions_filter_module
COPY ./modules/headers-more-nginx-module \
/usr/src/headers-more-nginx-module
COPY ./modules/ngx_http_proxy_connect_module \
/usr/src/ngx_http_proxy_connect_module

RUN set -ex \
&& cd /usr/src/nginx \
Expand All @@ -60,6 +62,7 @@ RUN set -ex \
--add-dynamic-module=/usr/src/ngx-fancyindex \
--add-dynamic-module=/usr/src/ngx_http_substitutions_filter_module \
--add-dynamic-module=/usr/src/headers-more-nginx-module \
--add-dynamic-module=/usr/src/ngx_http_proxy_connect_module \
| bash -x \
# build modules
&& make modules -j$(nproc) \
Expand Down
1 change: 1 addition & 0 deletions modules/ngx_http_proxy_connect_module
Loading