🏗️」 wip: working dockerfile

This commit is contained in:
2025-08-23 20:10:47 +02:00
parent e589500c05
commit 08344a95dc
3 changed files with 11 additions and 6 deletions

View File

@ -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"