nginx-restrict-access-module:Nginx模块使用远程主机的主机名来限制对服务器位置的访问

时间:2021-05-24 22:59:09
【文件属性】:
文件名称:nginx-restrict-access-module:Nginx模块使用远程主机的主机名来限制对服务器位置的访问
文件大小:10KB
文件格式:ZIP
更新时间:2021-05-24 22:59:09
C Nginx限制访问模块 一个基于Nginx访问模块的模块,用于使用远程主机的主机名来限制对服务器/位置的访问。 该模块不随Nginx源一起分发。 请参阅。 配置 一个例子: pid logs/nginx.pid; error_log logs/nginx-main_error.log debug; # Development Mode # master_process off; # daemon off; worker_processes 1; worker_rlimit_core 500M; working_directory /tmp; debug_points abort; events { worker_connections 1024; #use kqueue;
【文件预览】:
nginx-restrict-access-module-master
----.gitignore(34B)
----README.md(3KB)
----test()
--------Gemfile(167B)
--------nginx_configuration.rb(1KB)
--------Gemfile.lock(1KB)
--------check_restrict_access_spec.rb(5KB)
--------spec_helper.rb(531B)
----ngx_http_restrict_access_module.c(12KB)
----LICENSE(1KB)
----config(158B)
----nginx.conf(1021B)
----Changelog.md(28B)

网友评论