mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-28 04:48:00 +03:00
fix: linux tester
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user