Advertisement
BooshRodeo

Untitled

Dec 18th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.52 KB | None | 0 0
  1. # place custom load_module lines in this dynamic-modules-includes.conf
  2. # file so that they persistent i.e. for manually dropped in dynamic modules
  3. include /usr/local/nginx/conf/dynamic-modules-includes.conf;
  4. #load_module "modules/ngx_http_image_filter_module.so";
  5. #load_module "modules/ngx_http_headers_more_filter_module.so";
  6. #load_module "modules/ndk_http_module.so";
  7. #load_module "modules/ngx_http_set_misc_module.so";
  8. #load_module "modules/ngx_http_echo_module.so";
  9. #load_module "modules/ngx_http_fancyindex_module.so";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement