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