baseline tests of Telnet Test are ready
This commit is contained in:
@@ -25,6 +25,16 @@ server {
|
||||
root ./Tester/www/;
|
||||
}
|
||||
|
||||
location /to_delete.txt {
|
||||
allow_methods GET DELETE;
|
||||
root ./Tester/www/to_delete.txt;
|
||||
}
|
||||
|
||||
location /i_do_not_exist.txt {
|
||||
allow_methods GET DELETE;
|
||||
root ./Tester/www/to_delete.txt;
|
||||
}
|
||||
|
||||
location /srcs/cgi-bin/ {
|
||||
root ./srcs/cgi-bin/;
|
||||
allow_methods POST;
|
||||
|
||||
Reference in New Issue
Block a user