Skip to content
Snippets Groups Projects
Commit 8992aaea authored by Nicholas Terranova's avatar Nicholas Terranova
Browse files

*.t files amended to separate error logs

parent 10e04ba1
No related branches found
No related tags found
1 merge request!5Issue 5 - Write tests to cover all VOMS attributes exposed by NGINX VOMS module
Pipeline #
...@@ -26,6 +26,7 @@ __DATA__ ...@@ -26,6 +26,7 @@ __DATA__
} }
--- config --- config
location = / { location = / {
error_log logs/error-proxy.log debug;
proxy_pass https://localhost:8443/; proxy_pass https://localhost:8443/;
proxy_ssl_certificate ../../certs/4.cert.pem; proxy_ssl_certificate ../../certs/4.cert.pem;
proxy_ssl_certificate_key ../../certs/4.key.pem; proxy_ssl_certificate_key ../../certs/4.key.pem;
......
...@@ -24,6 +24,7 @@ __DATA__ ...@@ -24,6 +24,7 @@ __DATA__
} }
--- config --- config
location = / { location = / {
error_log logs/error-proxy.log debug;
proxy_pass https://localhost:8443/; proxy_pass https://localhost:8443/;
proxy_ssl_certificate ../../certs/2.cert.pem; proxy_ssl_certificate ../../certs/2.cert.pem;
proxy_ssl_certificate_key ../../certs/2.key.pem; proxy_ssl_certificate_key ../../certs/2.key.pem;
......
...@@ -26,7 +26,8 @@ __DATA__ ...@@ -26,7 +26,8 @@ __DATA__
} }
} }
--- config --- config
location = / { location = / {
error_log logs/error-proxy.log debug;
proxy_pass https://localhost:8443/; proxy_pass https://localhost:8443/;
proxy_ssl_certificate ../../certs/1.cert.pem; proxy_ssl_certificate ../../certs/1.cert.pem;
proxy_ssl_certificate_key ../../certs/1.key.pem; proxy_ssl_certificate_key ../../certs/1.key.pem;
......
...@@ -26,6 +26,7 @@ __DATA__ ...@@ -26,6 +26,7 @@ __DATA__
} }
--- config --- config
location = / { location = / {
error_log logs/error-proxy.log debug;
proxy_pass https://localhost:8443/; proxy_pass https://localhost:8443/;
proxy_ssl_certificate ../../certs/0.cert.pem; proxy_ssl_certificate ../../certs/0.cert.pem;
proxy_ssl_certificate_key ../../certs/0.key.pem; proxy_ssl_certificate_key ../../certs/0.key.pem;
......
...@@ -20,6 +20,7 @@ __DATA__ ...@@ -20,6 +20,7 @@ __DATA__
} }
--- config --- config
location = / { location = / {
error_log logs/error-proxy.log debug;
proxy_pass http://localhost:8443/; proxy_pass http://localhost:8443/;
} }
--- request --- request
......
...@@ -26,6 +26,7 @@ __DATA__ ...@@ -26,6 +26,7 @@ __DATA__
} }
--- config --- config
location = / { location = / {
error_log logs/error-proxy.log debug;
proxy_pass https://localhost:8443/; proxy_pass https://localhost:8443/;
proxy_ssl_certificate ../../certs/3.cert.pem; proxy_ssl_certificate ../../certs/3.cert.pem;
proxy_ssl_certificate_key ../../certs/3.key.pem; proxy_ssl_certificate_key ../../certs/3.key.pem;
......
...@@ -26,6 +26,7 @@ __DATA__ ...@@ -26,6 +26,7 @@ __DATA__
} }
--- config --- config
location = / { location = / {
error_log logs/error-proxy.log debug;
proxy_pass https://localhost:8443/; proxy_pass https://localhost:8443/;
proxy_ssl_certificate ../../certs/6.cert.pem; proxy_ssl_certificate ../../certs/6.cert.pem;
proxy_ssl_certificate_key ../../certs/6.key.pem; proxy_ssl_certificate_key ../../certs/6.key.pem;
......
...@@ -26,6 +26,7 @@ __DATA__ ...@@ -26,6 +26,7 @@ __DATA__
} }
--- config --- config
location = / { location = / {
error_log logs/error-proxy.log debug;
proxy_pass https://localhost:8443/; proxy_pass https://localhost:8443/;
proxy_ssl_certificate ../../certs/3.cert.pem; proxy_ssl_certificate ../../certs/3.cert.pem;
proxy_ssl_certificate_key ../../certs/3.key.pem; proxy_ssl_certificate_key ../../certs/3.key.pem;
......
...@@ -24,6 +24,7 @@ __DATA__ ...@@ -24,6 +24,7 @@ __DATA__
} }
--- config --- config
location = / { location = / {
error_log logs/error-proxy.log debug;
proxy_pass https://localhost:8443/; proxy_pass https://localhost:8443/;
} }
--- request --- request
......
...@@ -26,6 +26,7 @@ __DATA__ ...@@ -26,6 +26,7 @@ __DATA__
} }
--- config --- config
location = / { location = / {
error_log logs/error-proxy.log debug;
proxy_pass https://localhost:8443/; proxy_pass https://localhost:8443/;
proxy_ssl_certificate ../../certs/5.cert.pem; proxy_ssl_certificate ../../certs/5.cert.pem;
proxy_ssl_certificate_key ../../certs/5.key.pem; proxy_ssl_certificate_key ../../certs/5.key.pem;
......
...@@ -36,6 +36,7 @@ __DATA__ ...@@ -36,6 +36,7 @@ __DATA__
} }
--- config --- config
location = / { location = / {
error_log logs/error-proxy.log debug;
proxy_pass https://localhost:8443/; proxy_pass https://localhost:8443/;
proxy_ssl_certificate ../../certs/3.cert.pem; proxy_ssl_certificate ../../certs/3.cert.pem;
proxy_ssl_certificate_key ../../certs/3.key.pem; proxy_ssl_certificate_key ../../certs/3.key.pem;
......
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