mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-05-11 01:18:46 +02:00
「🔨」 fix: fixed issue with tomlpp
This commit is contained in:
@ -25,15 +25,15 @@ cgi.go = "/bin/go"
|
||||
[server.location./redir]
|
||||
redirect = "https://kanel.ovh"
|
||||
|
||||
[server1]
|
||||
[server3]
|
||||
server_names = { "ptnnnn.local"}
|
||||
host = "0.0.0.0"
|
||||
port = 90
|
||||
host = "127.0.0.2"
|
||||
port = 9090
|
||||
|
||||
[server1.error_pages]
|
||||
[serverr.error_pages]
|
||||
404 = "existepasfd***.html"
|
||||
|
||||
[server1.location./]
|
||||
[serverr.location./]
|
||||
methods = { "GET", "DELETE" }
|
||||
root = "/var/lib/docker/volumes/test_data/_data"
|
||||
dirlist = false
|
||||
|
Reference in New Issue
Block a user