baseline tests of Telnet Test are ready

This commit is contained in:
Eric LAZO
2022-08-17 20:44:17 +02:00
parent 72b12132d4
commit 3763249a3e
15 changed files with 324 additions and 33 deletions

View File

@@ -11,12 +11,14 @@ server {
client_body_limit 5000;
# Max == 18446744073709551615 / 1024 == 18014398509481984
index index.html; # this is another comment
#index mdr.html; # this is another comment
root ./www/;
error_page 404 ./www/error_pages/error_404.html;
# error_page 403 ./www/error_pages/error_404.html;
@@ -103,10 +105,6 @@ server {
index something.html;
}
# location /test/test_deeper/something.html {
# allow_methods DELETE;
# }
}
server {