init
This commit is contained in:
9
results/mock/auth-mock.conf
Normal file
9
results/mock/auth-mock.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
server {
|
||||
listen 9999;
|
||||
server_name auth-mock;
|
||||
|
||||
location /validate {
|
||||
default_type text/plain;
|
||||
return 200 "auth-ok\n";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user