🏗️」 wip: proposing new config to match subject

This commit is contained in:
2025-04-14 12:10:38 +02:00
parent 56c78e3e85
commit f57db261a1
2 changed files with 15 additions and 1 deletions

View File

@ -22,3 +22,17 @@ cgi.go = "/bin/go"
[server.location./redir] [server.location./redir]
redirect = "https://kanel.ovh" redirect = "https://kanel.ovh"
[server1]
server_names = { "ptnnnn.local"}
host = "0.0.0.0"
port = 90
[server1.error_pages]
404 = "existepasfd***.html"
[server1.location./]
methods = { "GET", "DELETE" }
root = "/var/lib/docker/volumes/test_data/_data"
dirlist = false
cgi.py = "/bin/python"