fix: linux tester

This commit is contained in:
Talyx
2022-02-10 00:36:34 +03:00
parent adbe832b98
commit 9b3b3bebca
4 changed files with 19 additions and 25 deletions

View File

@@ -9,11 +9,11 @@
autoindex = true
directory_file = "index.html"
[[server.location]]
location = "/put_test/*"
location = "/put_test"
root = "www/tester/"
methods = ["PUT]"]
methods = ["PUT"]
autoindex = true
upload_dir = "/www/tester/upload_here/"
upload_dir = "www/tester/upload_here/"
[[server.location]]
location = "*.bla"
cgi_pass = "~/.local/bin/cgi-test"
@@ -23,7 +23,7 @@
methods = ["POST"]
body_size_limit = 100
[[server.location]]
location = "/directory/"
location = "/directory"
methods = ["GET"]
root = "www/tester/YoupiBanane/"
directory_file = "youpi.bad_extension"