Skip to content
Snippets Groups Projects
Commit 1be53093 authored by lcappelli's avatar lcappelli
Browse files

Delete forgetted load dynamic modules

parent f22f3b8d
No related branches found
No related tags found
1 merge request!23Use nginx with njs instead of openresty with lua
......@@ -60,8 +60,6 @@ GET /
=== TEST 2: EEC
--- 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
......
......@@ -39,8 +39,6 @@ CN=Test CA,O=IGI,C=IT
=== TEST 2: standard x.509 certificate
--- 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
......
......@@ -40,8 +40,6 @@ Cannot verify AC signature
=== TEST 2: Valid proxy, VOMS trust-anchor missing
--- 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;
--- 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