mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-28 04:48:00 +03:00
fix: invalid syntax
This commit is contained in:
@@ -3,10 +3,6 @@
|
||||
host = "127.0.0.1"
|
||||
port = 8080
|
||||
body_size_limit = 10
|
||||
[server.error_page]
|
||||
404 = "/var/www/html/error_404.html"
|
||||
405 = "/var/www/html/error_405.html"
|
||||
# error_404 = "error_404.html"
|
||||
[server.error_page]
|
||||
400 = "error_400.html"
|
||||
401 = "error_401.html"
|
||||
|
||||
Reference in New Issue
Block a user