mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-05-11 01:18:46 +02:00
「🔨」 fix: fixed leak with _default table
This commit is contained in:
@ -29,10 +29,10 @@ redirect = "https://kanel.ovh"
|
||||
host = "127.0.0.1"
|
||||
port = 9090
|
||||
|
||||
[serverr.error_pages]
|
||||
[default.error_pages]
|
||||
404 = "existepasfd***.html"
|
||||
|
||||
[serverr.location./]
|
||||
[default.location./]
|
||||
methods = { "GET", "DELETE" }
|
||||
root = "/var/lib/docker/volumes/test_data/_data"
|
||||
dirlist = false
|
||||
|
Reference in New Issue
Block a user