Skip to content

Commit

Permalink
load_module: add ngx_http_proxy_connect_module (related cryptofuture#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
seonghobae committed Sep 3, 2019
1 parent 9cf88bf commit a4317ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion debian/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ pid /var/run/nginx.pid;
#load_module modules/ngx_stream_geoip_module.so;
#load_module modules/ngx_http_geoip2_module.so;
#load_module modules/ngx_stream_geoip2_module.so;


# HTTPS PROXY related
#load_module modules/ngx_http_proxy_connect_module.so;

# TCP Stream related modules
#load_module modules/ngx_stream_module.so;
#load_module modules/ngx_stream_js_module.so;
Expand Down

0 comments on commit a4317ba

Please sign in to comment.