This commit is contained in:
3lswear
2022-01-02 03:52:52 +03:00
parent df2abe6604
commit e1c414b555

View File

@@ -7,3 +7,13 @@
[[location]] [[location]]
location = "/" location = "/"
root = "/var/www/html/jopa.html" root = "/var/www/html/jopa.html"
methods = ["GET", "POST"]
directory_list = true
directory_fallback = "its_a_directory.html"
[[location]]
location = "/secret/"
root = "/var/www/html/secret.html"
methods = ["GET"]
directory_list = false
directory_fallback = "oops.html"