mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-05-10 18:28:45 +02:00
「🏗️」 wip: proposing new config to match subject
This commit is contained in:
@ -22,3 +22,17 @@ cgi.go = "/bin/go"
|
||||
|
||||
[server.location./redir]
|
||||
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"
|
||||
|
Submodule lib/tomlpp updated: d9e507093a...9926aa1530
Reference in New Issue
Block a user