Skip to content
Snippets Groups Projects
Commit 7dc945d3 authored by lcappelli's avatar lcappelli
Browse files

Other load_module forgetted and deleted

parent d82d24af
No related branches found
No related tags found
1 merge request!23Use nginx with njs instead of openresty with lua
......@@ -76,8 +76,6 @@ CN=Test CA,O=IGI,C=IT
=== TEST 3: three delegations proxy
--- main_config
load_module /etc/nginx/modules/ngx_http_echo_module.so;
load_module /etc/nginx/modules/ngx_http_voms_module.so;
env X509_VOMS_DIR=t/vomsdir;
env X509_CERT_DIR=t/trust-anchors;
--- http_config
......@@ -112,8 +110,6 @@ CN=Test CA,O=IGI,C=IT
=== TEST 4: three delegations proxy + CA cert
--- main_config
load_module /etc/nginx/modules/ngx_http_echo_module.so;
load_module /etc/nginx/modules/ngx_http_voms_module.so;
env X509_VOMS_DIR=t/vomsdir;
env X509_CERT_DIR=t/trust-anchors;
--- http_config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment