mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-10-14 08:24:45 +02:00
「🏗️」 wip: working dockerfile
This commit is contained in:
@ -8,3 +8,8 @@ upload_path = "/home/mmoussou/test"
|
||||
dirlist = true
|
||||
methods = { "GET", "POST", "DELETE" }
|
||||
cgi = { ".py"}
|
||||
|
||||
[server.error_pages]
|
||||
401 = "unauthorized.html"
|
||||
402 = "uwu.html"
|
||||
404 = "exemples/err_pages/not_found.html"
|
||||
|
Reference in New Issue
Block a user