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